mirror of
https://github.com/django/daphne.git
synced 2025-07-13 09:22:17 +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]
|
[isort]
|
||||||
profile = black
|
profile = black
|
||||||
known_first_party = channels,daphne,asgiref,channels_redis,http_base,http_strategies
|
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
testpaths = tests
|
testpaths = tests
|
||||||
|
|
|
@ -3,10 +3,9 @@
|
||||||
import collections
|
import collections
|
||||||
from urllib import parse
|
from urllib import parse
|
||||||
|
|
||||||
from hypothesis import assume, given, settings
|
|
||||||
|
|
||||||
import http_strategies
|
import http_strategies
|
||||||
from http_base import DaphneTestCase
|
from http_base import DaphneTestCase
|
||||||
|
from hypothesis import assume, given, settings
|
||||||
|
|
||||||
|
|
||||||
class TestHTTPRequest(DaphneTestCase):
|
class TestHTTPRequest(DaphneTestCase):
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
|
|
||||||
from hypothesis import given, settings
|
|
||||||
|
|
||||||
import http_strategies
|
import http_strategies
|
||||||
from http_base import DaphneTestCase
|
from http_base import DaphneTestCase
|
||||||
|
from hypothesis import given, settings
|
||||||
|
|
||||||
|
|
||||||
class TestHTTPResponse(DaphneTestCase):
|
class TestHTTPResponse(DaphneTestCase):
|
||||||
|
|
|
@ -4,10 +4,9 @@ import collections
|
||||||
import time
|
import time
|
||||||
from urllib import parse
|
from urllib import parse
|
||||||
|
|
||||||
from hypothesis import given, settings
|
|
||||||
|
|
||||||
import http_strategies
|
import http_strategies
|
||||||
from http_base import DaphneTestCase, DaphneTestingInstance
|
from http_base import DaphneTestCase, DaphneTestingInstance
|
||||||
|
from hypothesis import given, settings
|
||||||
|
|
||||||
|
|
||||||
class TestWebsocket(DaphneTestCase):
|
class TestWebsocket(DaphneTestCase):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user