mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
Remove several unused TypeVars (#6829)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import types
|
||||
from _typeshed import StrPath
|
||||
from os import PathLike
|
||||
from typing import IO, Any, Protocol, TypeVar
|
||||
from typing import IO, Any, Protocol
|
||||
|
||||
from _imp import (
|
||||
acquire_lock as acquire_lock,
|
||||
@@ -15,8 +15,6 @@ from _imp import (
|
||||
release_lock as release_lock,
|
||||
)
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
SEARCH_ERROR: int
|
||||
PY_SOURCE: int
|
||||
PY_COMPILED: int
|
||||
|
||||
Reference in New Issue
Block a user