From a70c63506829749d12ab846b17e51bd4d827eb40 Mon Sep 17 00:00:00 2001 From: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:01:59 +0000 Subject: [PATCH] style: apply automated linter fixes --- tests/safeds/data/tabular/containers/_lazy_cell/test_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(