mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 20:43:25 +08:00
Remove several unused TypeVars (#6829)
This commit is contained in:
@@ -9,7 +9,6 @@ if sys.version_info >= (3, 9):
|
||||
|
||||
__all__ = ["Pool", "ThreadPool"]
|
||||
|
||||
_PT = TypeVar("_PT", bound=Pool)
|
||||
_S = TypeVar("_S")
|
||||
_T = TypeVar("_T")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user