Remove unused imports

This commit is contained in:
Nindi Gill 2022-12-23 15:32:24 +11:00
parent e4dfabd9f4
commit 66aa4a463c
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
20 changed files with 7 additions and 33 deletions

View file

@ -5,8 +5,6 @@
// Created by Nindi Gill on 21/6/2022.
//
import Foundation
struct HelperToolCommandResponse: Codable {
let terminationStatus: Int32
let standardOutput: String?