Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing authored Sep 5, 2023
1 parent 35b2edf commit 587c023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pysatNASA/instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'de2_lang', 'de2_nacs', 'de2_rpa', 'de2_vefi', 'de2_wats',
'dmsp_ssusi', 'formosat1_ivm',
'icon_euv', 'icon_fuv', 'icon_ivm', 'icon_mighti',
'igs_gps', 'iss_fpmu', 'jpl_gps', 'maven_mag',
'maven_insitu', 'omni_hro',
'igs_gps', 'iss_fpmu', 'jpl_gps', 'maven_insitu',
'maven_mag', 'maven_sep', 'omni_hro',
'ses14_gold', 'timed_guvi', 'timed_saber', 'timed_see']

for inst in __all__:
Expand Down
1 change: 0 additions & 1 deletion pysatNASA/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import warnings

import pysat
import pytest

# Import the test classes from pysat
Expand Down

0 comments on commit 587c023

Please sign in to comment.