aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_language_http2.py
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/pathod/test_language_http2.py
parentfa7964988f1541587a9fc3b582223e0a7b11a4d1 (diff)
downloadmitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.gz
mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.bz2
mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.zip
cleanup imports with flake8
Diffstat (limited to 'test/pathod/test_language_http2.py')
-rw-r--r--test/pathod/test_language_http2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/test_language_http2.py b/test/pathod/test_language_http2.py
index abfe4606..4acde3af 100644
--- a/test/pathod/test_language_http2.py
+++ b/test/pathod/test_language_http2.py
@@ -5,7 +5,7 @@ from netlib import tcp
from netlib.http import user_agents
from pathod import language
-from pathod.language import http2, base
+from pathod.language import http2
import tutils