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 Apr 21, 2023
1 parent 6ced056 commit 093d914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/safeds/data/tabular/containers/_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
if TYPE_CHECKING:
from collections.abc import Callable, Iterable

from safeds.data.tabular.transformation import TableTransformer
from safeds.data.tabular.transformation import InvertibleTableTransformer
from safeds.data.tabular.transformation import InvertibleTableTransformer, TableTransformer

from ._tagged_table import TaggedTable

Expand Down

0 comments on commit 093d914

Please sign in to comment.