Lint fix - minor

This commit is contained in:
arjun23496 2016-08-31 16:39:04 +05:30
parent 2476809ff8
commit a8deed1f4e
2 changed files with 2 additions and 3 deletions

View File

@ -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: