mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Remove unused TypeVar (#7079)
Flagged by https://github.com/PyCQA/flake8-pyi/pull/161
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import typing
|
||||
from _typeshed import Self, StrPath
|
||||
from datetime import tzinfo
|
||||
from typing import Any, Iterable, Protocol, Sequence
|
||||
|
||||
_T = typing.TypeVar("_T", bound=ZoneInfo)
|
||||
|
||||
class _IOBytes(Protocol):
|
||||
def read(self, __size: int) -> bytes: ...
|
||||
def seek(self, __size: int, __whence: int = ...) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user