mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Prevent autoflake from changing our API
This commit is contained in:
parent
a09f3e06c3
commit
2a1a0e1ab2
@ -6,6 +6,7 @@ from . import base, http, websockets, writer, exceptions
|
||||
|
||||
from exceptions import *
|
||||
from base import Settings
|
||||
assert Settings # prevent pyflakes from messing with this
|
||||
|
||||
|
||||
def parse_response(s):
|
||||
|
Loading…
Reference in New Issue
Block a user