mirror of
https://github.com/django/daphne.git
synced 2024-11-24 17:03:42 +03:00
Fix imports in tests as suggested by isort
This commit is contained in:
parent
231bfb7c4e
commit
2c7c5c6548
|
@ -4,10 +4,9 @@ import collections
|
|||
import time
|
||||
from urllib import parse
|
||||
|
||||
from hypothesis import given, settings
|
||||
|
||||
import http_strategies
|
||||
from http_base import DaphneTestCase, DaphneTestingInstance
|
||||
from hypothesis import given, settings
|
||||
|
||||
|
||||
class TestWebsocket(DaphneTestCase):
|
||||
|
|
Loading…
Reference in New Issue
Block a user