mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove even more unused TypeVars (#6928)
This commit is contained in:
@@ -5,7 +5,6 @@ from typing import Any, Callable, Iterable, List, Mapping, Optional, Text, Type,
|
||||
_TF = Callable[[FrameType, str, Any], Optional[Callable[..., Any]]]
|
||||
|
||||
_PF = Callable[[FrameType, str, Any], None]
|
||||
_T = TypeVar("_T")
|
||||
|
||||
__all__: List[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user