Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Mar 7, 2024
1 parent 98b326e commit 92dd39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tmdsclient/client/tmdsclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ async def generator():
raise
_logger.exception("Failed to download Netzvertrag %s; skipping", nv_id)
continue

return generator() # This needs to be called to return an AsyncGenerator
result: list[Netzvertrag] = []
for chunk_index, id_chunk in enumerate(chunked(all_ids, chunk_size)):
Expand Down

0 comments on commit 92dd39a

Please sign in to comment.