We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9499ae9 commit 738f447Copy full SHA for 738f447
tests/test_django_channels.py
@@ -5,7 +5,7 @@
5
import django
6
import mock
7
from channels import Channel
8
-from channels.test import ChannelTestCase, Client
+from channels.test import ChannelTestCase
9
from django.conf import settings
10
from django.core.management import call_command
11
@@ -25,8 +25,8 @@
25
)
26
django.setup()
27
28
-from graphql_ws.constants import GQL_CONNECTION_ACK, GQL_CONNECTION_INIT
29
-from graphql_ws.django_channels import (
+from graphql_ws.constants import GQL_CONNECTION_ACK, GQL_CONNECTION_INIT # noqa: E402
+from graphql_ws.django_channels import ( # noqa: E402
30
DjangoChannelConnectionContext,
31
DjangoChannelSubscriptionServer,
32
GraphQLSubscriptionConsumer,
0 commit comments