mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Never explicitly inherit from object in Python 3-only stubs (#6777)
This commit is contained in:
@@ -57,7 +57,7 @@ class MiniFieldStorage:
|
||||
|
||||
_list = list
|
||||
|
||||
class FieldStorage(object):
|
||||
class FieldStorage:
|
||||
FieldStorageClass: _type | None
|
||||
keep_blank_values: int
|
||||
strict_parsing: int
|
||||
|
||||
Reference in New Issue
Block a user