mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Add mypy error codes to '# type: ignore' comments (#6379)
This commit is contained in:
@@ -11,4 +11,4 @@ def removeResult(result: unittest.result.TestResult) -> bool: ...
|
||||
@overload
|
||||
def removeHandler(method: None = ...) -> None: ...
|
||||
@overload
|
||||
def removeHandler(method: Callable[_P, _T]) -> Callable[_P, _T]: ... # type: ignore
|
||||
def removeHandler(method: Callable[_P, _T]) -> Callable[_P, _T]: ... # type: ignore[misc]
|
||||
|
||||
Reference in New Issue
Block a user