Skip to content

Commit

Permalink
Review changes: revert to importing iris.tests first.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jun 14, 2022
1 parent 93ca240 commit 07accbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/iris/tests/unit/fileformats/netcdf/test_load_cubes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"""

# Import iris.tests first so that some things can be initialised before
# importing anything else.
import iris.tests as tests # isort:skip

from pathlib import Path
from shutil import rmtree
import tempfile
Expand All @@ -22,7 +26,6 @@
from iris.experimental.ugrid.load import PARSE_UGRID_ON_LOAD
from iris.experimental.ugrid.mesh import MeshCoord
from iris.fileformats.netcdf import load_cubes, logger
import iris.tests as tests
from iris.tests.stock.netcdf import ncgen_from_cdl


Expand Down

0 comments on commit 07accbb

Please sign in to comment.