Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Jan 14, 2025
1 parent 2f418a1 commit 73f10b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/prefect/flows/polarisation_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def process_science_fields_pol(

polarisations: dict[str, str] = strategy.get("polarisation", {"total": {}})

Check warning on line 96 in flint/prefect/flows/polarisation_pipeline.py

View check run for this annotation

Codecov / codecov/patch

flint/prefect/flows/polarisation_pipeline.py#L96

Added line #L96 was not covered by tests

image_sets_dict: list[str, PrefectFuture[ImageSet]] = {}
image_sets_dict: dict[str, PrefectFuture[ImageSet]] = {}
image_sets_list: list[PrefectFuture[ImageSet]] = []
for polarisation in polarisations.keys():
_image_sets = []
Expand Down

0 comments on commit 73f10b5

Please sign in to comment.