Skip to content

Commit

Permalink
removed use of shared utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Dec 19, 2024
1 parent dbcacb1 commit 606bb2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

import cf_units
import numpy as np
from numpy.testing import assert_array_equal
from packaging.version import Version
import pytest

from iris import FUTURE
from iris.coords import DimCoord
from iris.tests._shared_utils import assert_array_equal

cf_units_legacy = Version(cf_units.__version__) < Version("3.3.0")

Expand Down

0 comments on commit 606bb2e

Please sign in to comment.