Fix limit was no longer defaulting to empty tuple

Introduced by 5a44510e2d.
When forwarding the calls, both signantures should match.
This commit is contained in:
Lonami Exo
2021-09-26 18:37:09 +02:00
parent 6f602a203e
commit a9e1a574ae
4 changed files with 6 additions and 6 deletions

View File

@@ -407,7 +407,7 @@ def iter_download(
*,
offset: int = 0,
stride: int = None,
limit: int = None,
limit: int = (),
chunk_size: int = None,
request_size: int = MAX_CHUNK_SIZE,
file_size: int = None,