Skip to content

Commit

Permalink
Explicitly include NIOFoundationCompat imports (#587)
Browse files Browse the repository at this point in the history
* Remove NIOFoundationCompat imports

* Re-introduce NIOFoundationCompat import
  • Loading branch information
adam-fowler authored Oct 14, 2024
1 parent 467b0c8 commit a561c5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Hummingbird/Error/HTTPError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import HTTPTypes
import NIOCore
import NIOFoundationCompat

/// Default HTTP error. Provides an HTTP status and a message
public struct HTTPError: Error, HTTPResponseError, Sendable {
Expand Down

0 comments on commit a561c5f

Please sign in to comment.