mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Use "..." for attribute values, instead of None, [], {}
This commit is contained in:
@@ -10,7 +10,7 @@ class Enum:
|
||||
def __reduce_ex__(self, proto: Any) -> Any: ...
|
||||
|
||||
name = ... # type: str
|
||||
value = None # type: Any
|
||||
value = ... # type: Any
|
||||
|
||||
class IntEnum(int, Enum): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user