aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mitmproxywrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mitmproxywrapper.py')
-rw-r--r--examples/mitmproxywrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mitmproxywrapper.py b/examples/mitmproxywrapper.py
index a3d831ac..eade0fe2 100644
--- a/examples/mitmproxywrapper.py
+++ b/examples/mitmproxywrapper.py
@@ -15,7 +15,7 @@ import os
import sys
-class Wrapper():
+class Wrapper:
def __init__(self, port, extra_arguments=None):
self.port = port
self.extra_arguments = extra_arguments