Skip to content

Commit

Permalink
Tidy imports in iris.experimental.ugrid
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jul 25, 2024
1 parent cef7197 commit 6317b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/iris/experimental/ugrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
from ..mesh import Connectivity as _Connectivity
from ..mesh import MeshCoord as _MeshCoord
from ..mesh import MeshXY as _MeshXY
from ..mesh import save_mesh
from ..mesh.load import load_mesh, load_meshes
from ..mesh import load_mesh, load_meshes, save_mesh
from ..mesh.utils import recombine_submeshes


Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/stock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import numpy as np
import numpy.ma as ma

from iris import ugrid
from iris import mesh as ugrid
from iris.analysis import cartography
import iris.aux_factory
from iris.coord_systems import GeogCS, RotatedGeogCS
Expand Down

0 comments on commit 6317b16

Please sign in to comment.