aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/io_read_dumpfile.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-05-27 01:55:43 +0200
committerGitHub <noreply@github.com>2017-05-27 01:55:43 +0200
commite7f7a608c6dda7cc22d2eda1129da99fd2830767 (patch)
tree4c6879f8dc964010750617c47eb7ee927c891b6b /examples/simple/io_read_dumpfile.py
parentef1c36194e0cb3ac82304eb95fb323d71ec5ebab (diff)
parente7990e0983344179e49a46f160e1482a0a0f6aa7 (diff)
downloadmitmproxy-e7f7a608c6dda7cc22d2eda1129da99fd2830767.tar.gz
mitmproxy-e7f7a608c6dda7cc22d2eda1129da99fd2830767.tar.bz2
mitmproxy-e7f7a608c6dda7cc22d2eda1129da99fd2830767.zip
Merge pull request #2358 from mhils/make-mypy-great-again
Fix mypy annotations, update mypy
Diffstat (limited to 'examples/simple/io_read_dumpfile.py')
-rw-r--r--examples/simple/io_read_dumpfile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/simple/io_read_dumpfile.py b/examples/simple/io_read_dumpfile.py
index ea544cc4..534f357b 100644
--- a/examples/simple/io_read_dumpfile.py
+++ b/examples/simple/io_read_dumpfile.py
@@ -1,6 +1,4 @@
#!/usr/bin/env python
-
-# type: ignore
#
# Simple script showing how to read a mitmproxy dump file
#