Skip to content

Commit

Permalink
Merge pull request #94 from dduan/remove-foundation
Browse files Browse the repository at this point in the history
Remove unnecessary imports
  • Loading branch information
thii committed Feb 4, 2019
2 parents 7d6135f + 1ede287 commit f3da5d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/GuakaTests/HelpGeneratorSubclassingTests.swift
Expand Up @@ -7,7 +7,6 @@
//

import XCTest
import Foundation
@testable import Guaka


Expand Down
1 change: 0 additions & 1 deletion Tests/GuakaTests/TestHelpers.swift
Expand Up @@ -6,7 +6,6 @@
//
//

import Foundation
@testable import Guaka

class DummyCommand: Command {
Expand Down
1 change: 0 additions & 1 deletion Tests/GuakaTests/ValidationTests.swift
Expand Up @@ -6,7 +6,6 @@
//
//

import Foundation
import XCTest
@testable import Guaka

Expand Down

0 comments on commit f3da5d6

Please sign in to comment.