From 587c023648ef2b0dd8fad1378b842ea6213ebace Mon Sep 17 00:00:00 2001 From: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:49:34 -0400 Subject: [PATCH] Apply suggestions from code review --- pysatNASA/instruments/__init__.py | 4 ++-- pysatNASA/tests/test_instruments.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pysatNASA/instruments/__init__.py b/pysatNASA/instruments/__init__.py index 87c5306b..016efdfc 100644 --- a/pysatNASA/instruments/__init__.py +++ b/pysatNASA/instruments/__init__.py @@ -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__: diff --git a/pysatNASA/tests/test_instruments.py b/pysatNASA/tests/test_instruments.py index a3fc7868..dea3dacb 100644 --- a/pysatNASA/tests/test_instruments.py +++ b/pysatNASA/tests/test_instruments.py @@ -8,7 +8,6 @@ import warnings -import pysat import pytest # Import the test classes from pysat