aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/websockets
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-28 14:36:43 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-28 14:43:32 +0200
commitcaee1adeb613368dc658bfc0c99e445d6f41cd7c (patch)
tree5f7ea696349c91266ebec586bd4a273982e92eca /test/netlib/websockets
parentfa7964988f1541587a9fc3b582223e0a7b11a4d1 (diff)
downloadmitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.gz
mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.bz2
mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.zip
cleanup imports with flake8
Diffstat (limited to 'test/netlib/websockets')
-rw-r--r--test/netlib/websockets/test_websockets.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/netlib/websockets/test_websockets.py b/test/netlib/websockets/test_websockets.py
index a7d782a4..4a6f0f9b 100644
--- a/test/netlib/websockets/test_websockets.py
+++ b/test/netlib/websockets/test_websockets.py
@@ -2,7 +2,9 @@ import os
from netlib.http.http1 import read_response, read_request
-from netlib import tcp, websockets, http, tutils
+from netlib import tcp
+from netlib import tutils
+from netlib import websockets
from netlib.http import status_codes
from netlib.tutils import treq
from netlib.exceptions import *