Skip to content

Commit 17647a5

Browse files
committed
[fix] Fix a flake8 issu
1 parent 95f1e88 commit 17647a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_api/test_results_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from smac.runhistory.runhistory import RunHistory, StatusType
1414

1515
from autoPyTorch.api.base_task import BaseTask
16-
from autoPyTorch.api.results_manager import ResultsManager, SearchResults, STATUS2MSG, cost2metric
16+
from autoPyTorch.api.results_manager import ResultsManager, STATUS2MSG, SearchResults, cost2metric
1717
from autoPyTorch.metrics import accuracy, balanced_accuracy, log_loss
1818

1919

0 commit comments

Comments
 (0)