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 Aug 19, 2024
1 parent 3505277 commit c6568a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/ml/nn/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def fit_by_exhaustive_search(
return self._get_best_rnn_model(
list_of_fitted_models,
train_set, # type: ignore[arg-type]
test_set, # type: ignore[arg-type]
test_set, # type: ignore[arg-type]
optimization_metric,
)

Expand Down

0 comments on commit c6568a1

Please sign in to comment.