diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-10 20:50:05 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-10 20:50:05 +0200 |
commit | 6a30ad2ad236fa20d086e271ff962ebc907da027 (patch) | |
tree | 5c53dc5d5eb8a06d1caaed84b04fd137cdbee6a1 /test/test_utils.py | |
parent | ff27d65f08d00c312a162965c5b1db711aa8f6ed (diff) | |
download | mitmproxy-6a30ad2ad236fa20d086e271ff962ebc907da027.tar.gz mitmproxy-6a30ad2ad236fa20d086e271ff962ebc907da027.tar.bz2 mitmproxy-6a30ad2ad236fa20d086e271ff962ebc907da027.zip |
fix minor style offences
Diffstat (limited to 'test/test_utils.py')
-rw-r--r-- | test/test_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 89ce0f17..fc7174d6 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,4 +1,3 @@ - from netlib import utils, odict, tutils |