mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Remove even more unused TypeVars (#6928)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
from _typeshed import SupportsGetItem, SupportsItemAccess
|
||||
from builtins import type as _type
|
||||
from typing import IO, Any, AnyStr, Iterable, Iterator, List, Mapping, Protocol, TypeVar
|
||||
from typing import IO, Any, AnyStr, Iterable, Iterator, List, Mapping, Protocol
|
||||
from UserDict import UserDict
|
||||
|
||||
_T = TypeVar("_T", bound=FieldStorage)
|
||||
|
||||
def parse(
|
||||
fp: IO[Any] | None = ...,
|
||||
environ: SupportsItemAccess[str, str] = ...,
|
||||
|
||||
Reference in New Issue
Block a user