Skip to content

Commit d815c5a

Browse files
author
Mario Rial
committed
imports order
1 parent 22646ca commit d815c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_generic_http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import json
22

33
import pytest
4+
from django.test import override_settings
45

56
from channels.generic.http import AsyncHttpConsumer
6-
from channels.testing import HttpCommunicator
7-
from django.test import override_settings
87
from channels.layers import get_channel_layer
8+
from channels.testing import HttpCommunicator
99

1010

1111
@pytest.mark.asyncio

0 commit comments

Comments
 (0)