aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http_auth.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-05-27 11:25:33 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-05-27 11:25:33 +0200
commit161bc2cfaa8b70b4c2cab5562784df34013452e1 (patch)
treef35ec3ccf8acc580f87089fb695b775596fc9c09 /netlib/http_auth.py
parente3d390e036430b9d7cc4b93679229fe118eb583a (diff)
downloadmitmproxy-161bc2cfaa8b70b4c2cab5562784df34013452e1.tar.gz
mitmproxy-161bc2cfaa8b70b4c2cab5562784df34013452e1.tar.bz2
mitmproxy-161bc2cfaa8b70b4c2cab5562784df34013452e1.zip
cleanup code with autoflake
run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
Diffstat (limited to 'netlib/http_auth.py')
-rw-r--r--netlib/http_auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib/http_auth.py b/netlib/http_auth.py
index 261b6654..0143760c 100644
--- a/netlib/http_auth.py
+++ b/netlib/http_auth.py
@@ -16,7 +16,6 @@ class NullProxyAuth(object):
"""
Clean up authentication headers, so they're not passed upstream.
"""
- pass
def authenticate(self, headers):
"""