mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-23 01:58:29 +08:00
This reverts commit fed4e03e53.
This commit is contained in:
committed by
Matthias Kramm
parent
1a9685c6ce
commit
16aa0651ae
3
third_party/2/enum.pyi
vendored
3
third_party/2/enum.pyi
vendored
@@ -16,7 +16,6 @@ class Enum(metaclass=EnumMeta):
|
||||
name = ... # type: str
|
||||
value = ... # type: Any
|
||||
|
||||
class IntEnum(int, Enum): # type: ignore
|
||||
def __new__(cls: Type[_T], value: Any) -> _T: ...
|
||||
class IntEnum(int, Enum): ...
|
||||
|
||||
def unique(enumeration: _T) -> _T: ...
|
||||
|
||||
Reference in New Issue
Block a user