Skip to content

Commit d59fb39

Browse files
authored
Remove unused TypeVar (#7079)
Flagged by PyCQA/flake8-pyi#161
1 parent 99cec2d commit d59fb39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/zoneinfo/__init__.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import typing
21
from _typeshed import Self, StrPath
32
from datetime import tzinfo
43
from typing import Any, Iterable, Protocol, Sequence
54

6-
_T = typing.TypeVar("_T", bound=ZoneInfo)
7-
85
class _IOBytes(Protocol):
96
def read(self, __size: int) -> bytes: ...
107
def seek(self, __size: int, __whence: int = ...) -> Any: ...

0 commit comments

Comments
 (0)