mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -161,8 +161,7 @@ class Enum(metaclass=EnumMeta):
|
||||
def value(self) -> Any: ...
|
||||
_name_: str
|
||||
_value_: Any
|
||||
if sys.version_info >= (3, 7):
|
||||
_ignore_: str | list[str]
|
||||
_ignore_: str | list[str]
|
||||
_order_: str
|
||||
__order__: str
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user