mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove, move or # noqa more TypeAlias declarations (#8450)
This commit is contained in:
@@ -5,4 +5,4 @@ from typing import Any
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
# This is imported in several lib2to3/pgen2 submodules
|
||||
_Convert: TypeAlias = Callable[[Grammar, _RawNode], Any]
|
||||
_Convert: TypeAlias = Callable[[Grammar, _RawNode], Any] # noqa: Y047
|
||||
|
||||
Reference in New Issue
Block a user