mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-26 02:08:42 +08:00
Bump flake8-pyi to 23.11.0 (#10997)
This commit is contained in:
@@ -32,7 +32,7 @@ TYPE_FORMULA_CACHE_STRING: Final = "str"
|
||||
|
||||
VALID_TYPES: Final[tuple[str, ...]]
|
||||
|
||||
def get_type(t: type, value: object) -> Literal["n", "s", "d", "f", None]: ...
|
||||
def get_type(t: type, value: object) -> Literal["n", "s", "d", "f"] | None: ...
|
||||
def get_time_format(t: _TimeTypes) -> str: ...
|
||||
|
||||
class Cell(StyleableObject):
|
||||
|
||||
Reference in New Issue
Block a user