Skip to content

Commit 064e757

Browse files
fix: Adds explicit import to avoid warning
Warning message: warning: cannot use generic class 'EventLoopFuture' here; 'NIOCore' was not imported by this file
1 parent 51e3ee7 commit 064e757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/GraphQLRxSwift/ObservableEventStream.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import GraphQL
2+
import NIO
23
import RxSwift
34

45
// EventStream wrapper for Observable

0 commit comments

Comments
 (0)