mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
remove quoted strings (#6933)
This commit is contained in:
@@ -3,7 +3,7 @@ from _typeshed import Self, StrPath
|
||||
from datetime import tzinfo
|
||||
from typing import Any, Iterable, Protocol, Sequence
|
||||
|
||||
_T = typing.TypeVar("_T", bound="ZoneInfo")
|
||||
_T = typing.TypeVar("_T", bound=ZoneInfo)
|
||||
|
||||
class _IOBytes(Protocol):
|
||||
def read(self, __size: int) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user