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 19, 2023
1 parent b3dcdde commit bbabd84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/safeds/ml/classical/regression/test_regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
import pytest
from safeds.data.tabular.containers import Column, Table, TaggedTable
from safeds.data.tabular.exceptions import ColumnLengthMismatchError
from safeds.ml.exceptions import (
DatasetContainsTargetError,
DatasetMissesFeaturesError,
LearningError,
ModelNotFittedError,
PredictionError,
)
from safeds.ml.classical.regression import (
AdaBoost,
DecisionTree,
Expand All @@ -28,6 +21,13 @@

# noinspection PyProtectedMember
from safeds.ml.classical.regression._regressor import _check_metrics_preconditions
from safeds.ml.exceptions import (
DatasetContainsTargetError,
DatasetMissesFeaturesError,
LearningError,
ModelNotFittedError,
PredictionError,
)

if TYPE_CHECKING:
from _pytest.fixtures import FixtureRequest
Expand Down

0 comments on commit bbabd84

Please sign in to comment.