diff --git a/tests/samplers/test_utils.py b/tests/samplers/test_utils.py index 0d15822bec5..0f80c6fcb02 100644 --- a/tests/samplers/test_utils.py +++ b/tests/samplers/test_utils.py @@ -5,8 +5,8 @@ import pytest -from torchgeo.datasets import BoundingBox from torchgeo.samplers import tile_to_chips +from torchgeo.datasets import BoundingBox from torchgeo.samplers.utils import _to_tuple MAYBE_TUPLE = float | tuple[float, float]