mirror of
https://github.com/django/daphne.git
synced 2025-04-20 00:32:09 +03:00
Remove known first party from isort's config
This commit is contained in:
parent
189f763a55
commit
919865815f
|
@ -5,7 +5,6 @@ max-line-length = 120
|
|||
|
||||
[isort]
|
||||
profile = black
|
||||
known_first_party = channels,daphne,asgiref,channels_redis,http_base,http_strategies
|
||||
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
|
|
|
@ -3,10 +3,9 @@
|
|||
import collections
|
||||
from urllib import parse
|
||||
|
||||
from hypothesis import assume, given, settings
|
||||
|
||||
import http_strategies
|
||||
from http_base import DaphneTestCase
|
||||
from hypothesis import assume, given, settings
|
||||
|
||||
|
||||
class TestHTTPRequest(DaphneTestCase):
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# coding: utf8
|
||||
|
||||
from hypothesis import given, settings
|
||||
|
||||
import http_strategies
|
||||
from http_base import DaphneTestCase
|
||||
from hypothesis import given, settings
|
||||
|
||||
|
||||
class TestHTTPResponse(DaphneTestCase):
|
||||
|
|
|
@ -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