Skip to content

Commit

Permalink
Import annotations in new files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jul 25, 2024
1 parent 06dc9d0 commit f8b7644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/iris/experimental/ugrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"""

from __future__ import annotations

from .._deprecation import warn_deprecated
from ..ugrid.load import PARSE_UGRID_ON_LOAD, load_mesh, load_meshes
from ..ugrid.mesh import Connectivity as _Connectivity
Expand Down
2 changes: 2 additions & 0 deletions lib/iris/tests/unit/ugrid/metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
"""Unit tests for the :mod:`iris.ugrid.metadata` package."""

from __future__ import annotations
2 changes: 2 additions & 0 deletions lib/iris/tests/unit/ugrid/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
"""Unit tests for the :mod:`iris.ugrid.utils` package."""

from __future__ import annotations

0 comments on commit f8b7644

Please sign in to comment.