Skip to content

Commit 22ebea9

Browse files
committed
fix: remove preconcurrency statement
1 parent c2a6316 commit 22ebea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWebDriver/API/APIClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import AsyncHTTPClient
1010
import Foundation
1111
import NIO
1212
import NIOFoundationCompat
13-
@preconcurrency import NIOHTTP1
13+
import NIOHTTP1
1414

1515
enum APIResponseError: Error, Codable {
1616
case massage

0 commit comments

Comments
 (0)