mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove many redundant inheritances from Generic[] (#10933)
This commit is contained in:
@@ -321,7 +321,7 @@ else:
|
||||
dir: GenericPath[AnyStr] | None = None,
|
||||
) -> IO[Any]: ...
|
||||
|
||||
class _TemporaryFileWrapper(IO[AnyStr], Generic[AnyStr]):
|
||||
class _TemporaryFileWrapper(IO[AnyStr]):
|
||||
file: IO[AnyStr] # io.TextIOWrapper, io.BufferedReader or io.BufferedWriter
|
||||
name: str
|
||||
delete: bool
|
||||
|
||||
Reference in New Issue
Block a user