diff --git a/tests/safeds/data/tabular/containers/_lazy_cell/test_date.py b/tests/safeds/data/tabular/containers/_lazy_cell/test_date.py index 0e0374f7c..e052f1e91 100644 --- a/tests/safeds/data/tabular/containers/_lazy_cell/test_date.py +++ b/tests/safeds/data/tabular/containers/_lazy_cell/test_date.py @@ -1,10 +1,10 @@ from datetime import date import pytest -from tests.helpers import assert_cell_operation_works from safeds._typing import _ConvertibleToIntCell from safeds.data.tabular.containers import Cell +from tests.helpers import assert_cell_operation_works @pytest.mark.parametrize(