mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Closes #17335: remove no-op assignment.
This commit is contained in:
parent
881bfba204
commit
12ec29f105
1 changed files with 0 additions and 1 deletions
|
@ -676,7 +676,6 @@ class FieldStorage:
|
|||
encoding=self.encoding, errors=self.errors)
|
||||
for key, value in query:
|
||||
self.list.append(MiniFieldStorage(key, value))
|
||||
FieldStorageClass = None
|
||||
|
||||
klass = self.FieldStorageClass or self.__class__
|
||||
first_line = self.fp.readline() # bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue