aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
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/pathod.py
parente5038c9ab7a6718e7a3408a43549231929c7beb9 (diff)
downloadmitmproxy-e4045dc7f858e1e7d2368819e7ad251f4e1d7f90.tar.gz
mitmproxy-e4045dc7f858e1e7d2368819e7ad251f4e1d7f90.tar.bz2
mitmproxy-e4045dc7f858e1e7d2368819e7ad251f4e1d7f90.zip
pathod: fix most flake8 offenses
Diffstat (limited to 'pathod/pathod.py')
-rw-r--r--pathod/pathod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathod/pathod.py b/pathod/pathod.py
index af5f9e6a..7795df0e 100644
--- a/pathod/pathod.py
+++ b/pathod/pathod.py
@@ -112,7 +112,6 @@ class PathodHandler(tcp.BaseHandler):
return None, response_log
return self.handle_http_request, response_log
-
def handle_http_request(self, logger):
"""
Returns a (handler, log) tuple.