diff --git a/Sources/GameflintShared/API/Path+API.swift b/Sources/GameflintShared/API/Path+API.swift index fad8c9a..9e312d9 100644 --- a/Sources/GameflintShared/API/Path+API.swift +++ b/Sources/GameflintShared/API/Path+API.swift @@ -1,5 +1,4 @@ import Foundation -import HTTPRequestBuilder extension Path { public static let auth = Self(String.auth) diff --git a/Tests/GameflintSharedTests/PathComponentTests.swift b/Tests/GameflintSharedTests/PathComponentTests.swift index e24aad6..b423e45 100644 --- a/Tests/GameflintSharedTests/PathComponentTests.swift +++ b/Tests/GameflintSharedTests/PathComponentTests.swift @@ -1,4 +1,3 @@ -import HTTPRequestBuilder import XCTest @testable import GameflintShared