mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Third-party stubs: remove unused type: ignores (#11063)
This commit is contained in:
@@ -6,7 +6,7 @@ from typing_extensions import Self
|
||||
_T = TypeVar("_T")
|
||||
|
||||
@overload
|
||||
def ord_(dta: str) -> int: ... # type: ignore[misc]
|
||||
def ord_(dta: str) -> int: ... # type: ignore[overload-overlap]
|
||||
@overload
|
||||
def ord_(dta: _T) -> _T: ...
|
||||
def make_string(seq: str | list[int]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user