mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Lint fix - minor
This commit is contained in:
parent
2476809ff8
commit
a8deed1f4e
@ -174,7 +174,6 @@ class Headers(multidict.MultiDict):
|
||||
replacements = 0
|
||||
flag_count = count > 0
|
||||
fields = []
|
||||
|
||||
for name, value in self.fields:
|
||||
line, n = pattern.subn(repl, name + b": " + value, count=count)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user