Skip to content

Commit

Permalink
fix(sat-etl): Signature
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 24, 2024
1 parent e534f23 commit f7de43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/sat/download_process_sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_products_iterator(
start: dt.datetime,
end: dt.datetime,
token: eumdac.AccessToken,
) -> Iterator[eumdac.product.Product], int:
) -> tuple[Iterator[eumdac.product.Product], int]:
"""Get an iterator over the products for a given satellite in a given time range.
Checks that the number of products returned matches the expected number of products.
Expand Down

0 comments on commit f7de43d

Please sign in to comment.