diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 18:05:09 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 18:05:09 +0200 |
commit | bfc889d29afdd902b5df30336ff73e484a3592fc (patch) | |
tree | 9f0d1cc12258be9ba8998fae688a6de2a8b87b99 /libpathod/language/http2.py | |
parent | ce0e2b12b4ca26143af3bbaa7c0ff7aa6f011d39 (diff) | |
download | mitmproxy-bfc889d29afdd902b5df30336ff73e484a3592fc.tar.gz mitmproxy-bfc889d29afdd902b5df30336ff73e484a3592fc.tar.bz2 mitmproxy-bfc889d29afdd902b5df30336ff73e484a3592fc.zip |
fix prospector code smells
Diffstat (limited to 'libpathod/language/http2.py')
-rw-r--r-- | libpathod/language/http2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/language/http2.py b/libpathod/language/http2.py index b13d50de..86e04056 100644 --- a/libpathod/language/http2.py +++ b/libpathod/language/http2.py @@ -1,5 +1,5 @@ import pyparsing as pp -from . import base, actions, message +from . import base, message """ Normal HTTP requests: |