Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12ec29f

Browse files
committed
Closes #17335: remove no-op assignment.
1 parent 881bfba commit 12ec29f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/cgi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ def read_multi(self, environ, keep_blank_values, strict_parsing):
676676
encoding=self.encoding, errors=self.errors)
677677
for key, value in query:
678678
self.list.append(MiniFieldStorage(key, value))
679-
FieldStorageClass = None
680679

681680
klass = self.FieldStorageClass or self.__class__
682681
first_line = self.fp.readline() # bytes

0 commit comments

Comments
 (0)