Skip to content

Commit

Permalink
fixed the flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Mar 9, 2021
1 parent d09dfcc commit b3c301c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autoPyTorch/datasets/base_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
CrossValTypes,
DEFAULT_RESAMPLING_PARAMETERS,
HoldOutFunc,
HoldoutValTypes,
HoldOutFuncs
HoldOutFuncs,
HoldoutValTypes
)
from autoPyTorch.utils.common import FitRequirement, hash_array_or_matrix

Expand Down
2 changes: 1 addition & 1 deletion autoPyTorch/datasets/time_series_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from autoPyTorch.datasets.base_dataset import BaseDataset
from autoPyTorch.datasets.resampling_strategy import (
CrossValFuncs,
HoldOutFuncs,
CrossValTypes,
HoldOutFuncs,
HoldoutValTypes
)

Expand Down

0 comments on commit b3c301c

Please sign in to comment.