diff --git a/src/safeds/data/tabular/query/_lazy_string_operations.py b/src/safeds/data/tabular/query/_lazy_string_operations.py index c5750d48c..94cc4ac25 100644 --- a/src/safeds/data/tabular/query/_lazy_string_operations.py +++ b/src/safeds/data/tabular/query/_lazy_string_operations.py @@ -3,7 +3,7 @@ from typing import TYPE_CHECKING from safeds._utils import _structural_hash -from safeds._validation import _convert_and_check_datetime_format, _check_bounds, _ClosedBound +from safeds._validation import _check_bounds, _ClosedBound, _convert_and_check_datetime_format from safeds.data.tabular.containers._lazy_cell import _LazyCell from ._string_operations import StringOperations