We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a188fe commit 6f940afCopy full SHA for 6f940af
1 file changed
httpx/_types.py
@@ -84,7 +84,7 @@ async def read(self, size: int = -1) -> AnyStr: ...
84
85
def fileno(self) -> int: ...
86
87
- async def seek(self, offset: int, whence: int | None = ...) -> int: ...
+ async def seek(self, offset: int, whence: Optional[int] = ...) -> int: ...
88
89
90
FileContent = Union[IO[bytes], bytes, str, AsyncReadableBinaryFile]
0 commit comments