From 2c7c5c65485ee8b8147b729bae85db33ef850a93 Mon Sep 17 00:00:00 2001 From: niekas Date: Mon, 14 Sep 2020 14:04:40 +0300 Subject: [PATCH] Fix imports in tests as suggested by isort --- tests/test_websocket.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):