aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-28 22:25:54 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-28 22:44:28 +0200
commite4045dc7f858e1e7d2368819e7ad251f4e1d7f90 (patch)
tree3738591128896da936030438515f51d253c93896 /pathod/protocols
parente5038c9ab7a6718e7a3408a43549231929c7beb9 (diff)
downloadmitmproxy-e4045dc7f858e1e7d2368819e7ad251f4e1d7f90.tar.gz
mitmproxy-e4045dc7f858e1e7d2368819e7ad251f4e1d7f90.tar.bz2
mitmproxy-e4045dc7f858e1e7d2368819e7ad251f4e1d7f90.zip
pathod: fix most flake8 offenses
Diffstat (limited to 'pathod/protocols')
-rw-r--r--pathod/protocols/http2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pathod/protocols/http2.py b/pathod/protocols/http2.py
index 688cc64e..3f45ec80 100644
--- a/pathod/protocols/http2.py
+++ b/pathod/protocols/http2.py
@@ -1,6 +1,7 @@
from netlib.http import http2
from .. import language
+
class HTTP2Protocol:
def __init__(self, pathod_handler):