Skip to content

Commit 34ab693

Browse files
author
Daniel Bush
committed
chore: tidy up
1 parent 5a5338f commit 34ab693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sypht/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def fetch_all_pages(
1313
:param get_page: a function that extracts the page from the response which should be a list
1414
"""
1515

16-
def fetch_all_pages(*args, **kwargs) -> Iterator[List[Any]]:
16+
def fetch_all_pages(*args, **kwargs) -> Iterator[Any]:
1717
page_count = 0
1818
recs = 0
1919
while True:

0 commit comments

Comments
 (0)