mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
fix linting
This commit is contained in:
parent
7d60dde76c
commit
a54954ee1e
2 changed files with 1 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ def response(flow):
|
|||
|
||||
# HAR timings are integers in ms, so we re-encode the raw timings to that format.
|
||||
timings = {
|
||||
k: int(1000 * v) if v != -1 else -1
|
||||
k: int(1000 * v) if v != -1 else -1
|
||||
for k, v in timings_raw.items()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ exclude =
|
|||
mitmproxy/net/http/headers.py
|
||||
mitmproxy/net/http/message.py
|
||||
mitmproxy/net/http/multipart.py
|
||||
mitmproxy/net/http/url.py
|
||||
mitmproxy/net/tcp.py
|
||||
mitmproxy/net/tls.py
|
||||
mitmproxy/options.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue