Skip to content

Commit

Permalink
Fixed line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Apr 23, 2024
1 parent c7d17a1 commit 9b7621d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions imap_processing/codice/cdf_attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,18 @@
l1a_lo_sw_species_attrs = GlobalDataLevelAttrs(
data_type="L1A_SCI->Level-1A Science Data",
logical_source="imap_codice_l1a_lo-sw-species-counts",
logical_source_desc="IMAP Mission CoDICE Instrument Level-1A Lo Sunward Species Data", # noqa
logical_source_desc=(
"IMAP Mission CoDICE Instrument Level-1A Lo Sunward Species Data"
),
instrument_base=codice_base,
)

l1a_lo_nsw_species_attrs = GlobalDataLevelAttrs(
data_type="L1A_SCI->Level-1A Science Data",
logical_source="imap_codice_l1a_lo-nsw-species-counts",
logical_source_desc="IMAP Mission CoDICE Instrument Level-1A Lo Non-sunward Species Data", # noqa
logical_source_desc=(
"IMAP Mission CoDICE Instrument Level-1A Lo Non-sunward Species Data"
),
instrument_base=codice_base,
)

Expand Down

0 comments on commit 9b7621d

Please sign in to comment.