Skip to content

Commit 23210ad

Browse files
committed
Fix flake
1 parent eb6db3d commit 23210ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autoPyTorch/utils/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import hashlib
21
from typing import Any, Dict, Iterable, List, NamedTuple, Optional, Sequence, Type, Union
32

43
from ConfigSpace.configuration_space import ConfigurationSpace

test/test_api/test_base_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ def test_set_pipeline_config():
9898
"epochs": 51,
9999
"runtime": 360}
100100
estimator.set_pipeline_config(**pipeline_options)
101-
assert pipeline_options.items() <= estimator.get_pipeline_options().items()
101+
assert pipeline_options.items() <= estimator.get_pipeline_options().items()

0 commit comments

Comments
 (0)