Skip to content

Commit b3c301c

Browse files
committed
fixed the flake8 issues
1 parent d09dfcc commit b3c301c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

autoPyTorch/datasets/base_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
CrossValTypes,
1919
DEFAULT_RESAMPLING_PARAMETERS,
2020
HoldOutFunc,
21-
HoldoutValTypes,
22-
HoldOutFuncs
21+
HoldOutFuncs,
22+
HoldoutValTypes
2323
)
2424
from autoPyTorch.utils.common import FitRequirement, hash_array_or_matrix
2525

autoPyTorch/datasets/time_series_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from autoPyTorch.datasets.base_dataset import BaseDataset
88
from autoPyTorch.datasets.resampling_strategy import (
99
CrossValFuncs,
10-
HoldOutFuncs,
1110
CrossValTypes,
11+
HoldOutFuncs,
1212
HoldoutValTypes
1313
)
1414

0 commit comments

Comments
 (0)