Skip to content

Commit

Permalink
Fix TypeError: Too many parameters for typing.AsyncIterable; actual 2…
Browse files Browse the repository at this point in the history
…, expected 1
  • Loading branch information
ivknv committed Mar 20, 2023
1 parent 66c3d29 commit 9c08786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yadisk_async/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def tell(self) -> int: ...
bytes,
IO,
AsyncFileLike,
Callable[[], AsyncIterable[bytes, None]]]
Callable[[], AsyncIterable[bytes]]]

FileOrPathDestination = Union[
str,
Expand Down

0 comments on commit 9c08786

Please sign in to comment.