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 5a5338f commit 34ab693Copy full SHA for 34ab693
sypht/util.py
@@ -13,7 +13,7 @@ def fetch_all_pages(
13
:param get_page: a function that extracts the page from the response which should be a list
14
"""
15
16
- def fetch_all_pages(*args, **kwargs) -> Iterator[List[Any]]:
+ def fetch_all_pages(*args, **kwargs) -> Iterator[Any]:
17
page_count = 0
18
recs = 0
19
while True:
0 commit comments