From caee1adeb613368dc658bfc0c99e445d6f41cd7c Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 28 May 2016 14:36:43 +0200 Subject: cleanup imports with flake8 --- pathod/protocols/http2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathod/protocols/http2.py') diff --git a/pathod/protocols/http2.py b/pathod/protocols/http2.py index a098a14e..688cc64e 100644 --- a/pathod/protocols/http2.py +++ b/pathod/protocols/http2.py @@ -1,5 +1,5 @@ from netlib.http import http2 -from .. import version, app, language, utils, log +from .. import language class HTTP2Protocol: -- cgit v1.2.3