Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jan 19, 2025
1 parent bd9a0b2 commit 209807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/query/_lazy_string_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209807e

Please sign in to comment.