Skip to content

Commit

Permalink
Remove unnecessary import Hummingbird
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 6, 2024
1 parent 496cad4 commit 2aa4755
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Sources/HummingbirdWebSocket/Client/WebSocketClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
//===----------------------------------------------------------------------===//

import HTTPTypes
import Hummingbird
import HummingbirdCore
import HummingbirdTLS
import Logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
//===----------------------------------------------------------------------===//

import HTTPTypes
import Hummingbird
import HummingbirdCore
import Logging
import NIOCore
Expand Down
1 change: 0 additions & 1 deletion Sources/HummingbirdWebSocket/WebSocketContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//

import Hummingbird
import Logging
import NIOCore

Expand Down
1 change: 0 additions & 1 deletion Sources/HummingbirdWebSocket/WebSocketDataHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import AsyncAlgorithms
import HTTPTypes
import Hummingbird
import Logging
import NIOCore
import NIOWebSocket
Expand Down
1 change: 0 additions & 1 deletion Sources/HummingbirdWebSocket/WebSocketHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//

import Hummingbird
import Logging
import NIOCore
import NIOWebSocket
Expand Down

0 comments on commit 2aa4755

Please sign in to comment.