Skip to content

Commit 9b0dc20

Browse files
committed
fix tests
1 parent cab7276 commit 9b0dc20

File tree

1 file changed

+1
-1
lines changed
  • autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/feature_preprocessing

1 file changed

+1
-1
lines changed

autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/feature_preprocessing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import warnings
22
from math import ceil, floor
3-
from typing import Dict, List, Literal, Optional, Sequence
3+
from typing import Dict, List, Optional, Sequence
44

55
from autoPyTorch.datasets.base_dataset import BaseDatasetPropertiesType
66
from autoPyTorch.utils.common import HyperparameterSearchSpace, HyperparameterValueType

0 commit comments

Comments
 (0)