Fix imports in tests as suggested by isort

This commit is contained in:
niekas 2020-09-14 14:04:40 +03:00
parent 231bfb7c4e
commit 2c7c5c6548

View File

@ -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):