Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Nov 19, 2021
1 parent 641ee51 commit 2005a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipelines/test_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from tpcp._utils._score import _optimize_and_score
from tpcp.base import BaseOptimize
from tpcp.exceptions import PotentialUserErrorWarning
from tpcp.optimize import GridSearch, Optimize, DummyOptimize, GridSearchCV
from tpcp.optimize import DummyOptimize, GridSearch, GridSearchCV, Optimize
from tpcp.validation import Scorer


Expand Down

0 comments on commit 2005a0d

Please sign in to comment.