mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-29 04:35:02 +08:00
python3: clean up class brackets
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
import netlib.utils
|
||||
|
||||
|
||||
class MemBool():
|
||||
class MemBool:
|
||||
|
||||
"""
|
||||
Truth-checking with a memory, for use in chained if statements.
|
||||
|
||||
Reference in New Issue
Block a user