aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-07-23 14:35:04 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-07-23 14:35:04 -0700
commitfb238ad63e86fa0387ff0e923f86964736421ab2 (patch)
tree9213b38335379a2b01df16aa9fdcc381527267ea /examples
parentb78fea378429436e5e7b64b9da0037a31f9105fc (diff)
downloadmitmproxy-fb238ad63e86fa0387ff0e923f86964736421ab2.tar.gz
mitmproxy-fb238ad63e86fa0387ff0e923f86964736421ab2.tar.bz2
mitmproxy-fb238ad63e86fa0387ff0e923f86964736421ab2.zip
make the linter happy
Diffstat (limited to 'examples')
-rw-r--r--examples/remote_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remote_debug.py b/examples/remote_debug.py
index c5839d2c..fb864f78 100644
--- a/examples/remote_debug.py
+++ b/examples/remote_debug.py
@@ -16,4 +16,4 @@ Usage:
def start():
import pydevd
- pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True) \ No newline at end of file
+ pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True)