diff options
| author | Aldo Cortesi <aldo@corte.si> | 2017-03-17 09:43:29 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 09:43:29 +1300 |
| commit | 253fa950189eebe3fd4941ad246aee0b11e3a98d (patch) | |
| tree | c3fc61680fb63af27df357a198584610772a47b0 /test | |
| parent | 7a8b362df6878a2b7c6db3919b106c28eb91a8bf (diff) | |
| parent | 5192810ff6a41e62e41d16fcf636663d177a1232 (diff) | |
| download | mitmproxy-253fa950189eebe3fd4941ad246aee0b11e3a98d.tar.gz mitmproxy-253fa950189eebe3fd4941ad246aee0b11e3a98d.tar.bz2 mitmproxy-253fa950189eebe3fd4941ad246aee0b11e3a98d.zip | |
Merge pull request #2169 from cortesi/mypy
mypy without skipping imports
Diffstat (limited to 'test')
| -rw-r--r-- | test/mitmproxy/test_taddons.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/test_taddons.py b/test/mitmproxy/test_taddons.py index 1e42141c..42371cfe 100644 --- a/test/mitmproxy/test_taddons.py +++ b/test/mitmproxy/test_taddons.py @@ -1,4 +1,3 @@ - from mitmproxy.test import taddons from mitmproxy import ctx |
