Skip to content

Commit

Permalink
Fixed mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Aug 15, 2024
1 parent 553c220 commit 3cb7736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/codice/codice_l1a.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, table_id: int, plan_id: int, plan_step: int, view_id: int):
self.plan_step = plan_step
self.view_id = view_id

def configure_data_products(self, apid: int) -> None:
def configure_data_products(self, apid: str) -> None:
"""
Set the various settings for defining the data products.
Expand Down

0 comments on commit 3cb7736

Please sign in to comment.