We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d49dc commit f5f2edeCopy full SHA for f5f2ede
1 file changed
graphql_ws/gevent_server.py
@@ -1,8 +1,6 @@
1
import json
2
3
from graphql import format_error, graphql
4
-from graphql.execution import ExecutionResult
5
-from graphql.execution.executors.sync import SyncExecutor
6
from rx import Observer, Observable
7
from .server import BaseWebSocketSubscriptionServer, ConnectionContext, ConnectionClosedException
8
from .constants import *
0 commit comments