mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-13 10:08:27 +08:00
Remove several unused TypeVars (#6829)
This commit is contained in:
@@ -23,8 +23,6 @@ from .connection import ConnectionPool
|
||||
from .lock import Lock
|
||||
from .retry import Retry
|
||||
|
||||
_ScoreCastFuncReturn = TypeVar("_ScoreCastFuncReturn")
|
||||
|
||||
_Value = Union[bytes, float, int, str]
|
||||
_Key = Union[str, bytes]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user