aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/h2/frame.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/h2/frame.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/h2/frame.py')
-rw-r--r--netlib/h2/frame.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/netlib/h2/frame.py b/netlib/h2/frame.py
index d846b3b9..a7e81f48 100644
--- a/netlib/h2/frame.py
+++ b/netlib/h2/frame.py
@@ -1,10 +1,6 @@
-import base64
-import hashlib
-import os
import struct
-import io
-from .. import utils, odict, tcp
+from .. import utils
from functools import reduce