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 3cb7736 commit e7f44c9
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 @@ -86,7 +86,7 @@ def configure_data_products(self, apid: str) -> None:
Parameters
----------
apid : int
apid : str
The APID of interest.
"""
config = constants.DATA_PRODUCT_CONFIGURATIONS.get(apid)
Expand Down

0 comments on commit e7f44c9

Please sign in to comment.