mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-29 12:45:00 +08:00
python3: clean up class brackets
This commit is contained in:
@@ -30,7 +30,7 @@ class PathodError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class SSLOptions():
|
||||
class SSLOptions:
|
||||
def __init__(
|
||||
self,
|
||||
confdir=CONFDIR,
|
||||
|
||||
Reference in New Issue
Block a user