diff --git a/tests/test_websocket.py b/tests/test_websocket.py index 637296c..607e653 100644 --- a/tests/test_websocket.py +++ b/tests/test_websocket.py @@ -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):