mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 09:08:27 +08:00
Update to mypy 1.14 (#13272)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from enum import IntEnum
|
||||
|
||||
class ParamEnum(IntEnum):
|
||||
class ParamEnum(IntEnum): # type: ignore[misc] # Enum with no members
|
||||
@classmethod
|
||||
def get_value(cls, item: str) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user