Skip to content

Commit b0528c2

Browse files
committed
feat: remove preconcurrency and unused import
1 parent 000f8fc commit b0528c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SwiftWebDriver/API/APIClient.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
import AsyncHTTPClient
1010
import Foundation
1111
import NIO
12-
import NIOFoundationCompat
13-
@preconcurrency import NIOHTTP1
12+
import NIOHTTP1
1413

1514
enum APIResponseError: Error, Codable {
1615
case massage

0 commit comments

Comments
 (0)