Skip to content

Commit

Permalink
STY: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jun 15, 2023
1 parent e436a65 commit 1dbdb55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pysatNASA/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@

import warnings

import pysat
import pytest

# Make sure to import your instrument library here
import pysatNASA

# Import the test classes from pysat
import pysat
from pysat.tests.classes import cls_instrument_library as clslib
from pysat.utils import testing

# Make sure to import your instrument library here
import pysatNASA


try:
import pysatCDF # noqa: F401
# If this successfully imports, tests need to be run with both pysatCDF
Expand Down

0 comments on commit 1dbdb55

Please sign in to comment.