aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols/http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/protocols/http2.py')
-rw-r--r--pathod/protocols/http2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pathod/protocols/http2.py b/pathod/protocols/http2.py
index a098a14e..3f45ec80 100644
--- a/pathod/protocols/http2.py
+++ b/pathod/protocols/http2.py
@@ -1,5 +1,6 @@
from netlib.http import http2
-from .. import version, app, language, utils, log
+from .. import language
+
class HTTP2Protocol: