Skip to content

Commit

Permalink
STY: fix 80 char line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Aug 31, 2024
1 parent 8dba3ee commit b1f002d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pysatNASA/instruments/templates/template_cdaweb_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
Copy and modify this file as needed when adding a new Instrument to pysat.
DO NOT include the NRL distribution statement in your new file. Statements for new
files will have to be approved by NRL separately before the versioned release.
DO NOT include the NRL distribution statement in your new file. Statements for
new files will have to be approved by NRL separately before the versioned
release.
This is a good area to introduce the instrument, provide background
on the mission, operations, instrumenation, and measurements.
Expand Down Expand Up @@ -64,7 +65,8 @@
# The platform and name strings associated with this instrument
# need to be defined at the top level.
# These attributes will be copied over to the Instrument object by pysat.
# The strings used here should also be used to name this file `platform_name.py`
# The strings used here should also be used to name this file
# `platform_name.py`
platform = ''
name = ''

Expand Down

0 comments on commit b1f002d

Please sign in to comment.