Skip to content

Commit

Permalink
import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Dec 13, 2021
1 parent f2c6025 commit 5a58c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Sources/ShadowSwift/DarkStarServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation
import Crypto
import Transmission
import Network
import Net
import Datable
import SwiftHexTools

Expand Down
10 changes: 2 additions & 8 deletions Tests/ShadowSwiftTests/ShadowSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@
import XCTest
import Logging

import Crypto
import Datable
import SwiftHexTools
import Chord

#if (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
import CryptoKit
import Network
#else
import Crypto
import NetworkLinux
#endif
import Net

import XCTest
@testable import ShadowSwift
Expand Down

0 comments on commit 5a58c50

Please sign in to comment.