From b1f002d8cd3ff064163306598a42da2d615543c5 Mon Sep 17 00:00:00 2001 From: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:56:55 -0400 Subject: [PATCH] STY: fix 80 char line length --- .../instruments/templates/template_cdaweb_instrument.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pysatNASA/instruments/templates/template_cdaweb_instrument.py b/pysatNASA/instruments/templates/template_cdaweb_instrument.py index ff69fe90..30822080 100644 --- a/pysatNASA/instruments/templates/template_cdaweb_instrument.py +++ b/pysatNASA/instruments/templates/template_cdaweb_instrument.py @@ -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. @@ -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 = ''