mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-04 18:43:23 +08:00
Remove unneeded # noqa comments, fix broken # noqa comments (#7561)
This commit is contained in:
@@ -3,7 +3,7 @@ import ast
|
||||
from typing import Any, Generic, Iterable, Iterator, TypeVar
|
||||
|
||||
FLAKE8_ERROR = tuple[int, int, str, type[Any]]
|
||||
TConfig = TypeVar("TConfig") # noqa: Y001
|
||||
TConfig = TypeVar("TConfig") # noqa: Y001 # Name of the TypeVar matches the name at runtime
|
||||
|
||||
class Error:
|
||||
code: str
|
||||
|
||||
Reference in New Issue
Block a user