Skip to content

Commit 5b2f75f

Browse files
committed
fix flake
1 parent 14113f9 commit 5b2f75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoPyTorch/api/base_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ def fit_pipeline(
14521452
keyword arguments specifying the dataset like X_train, y_train,
14531453
X_test, y_test (Optional[Union[List, pd.DataFrame, np.ndarray]] = None)
14541454
and other parameters like dataset_name (str),
1455-
resampling_strategy (Union[HoldoutValTypes, CrossValTypes]),
1455+
resampling_strategy (Union[HoldoutValTypes, CrossValTypes]),
14561456
resampling_strategy_args (Dict[str, Any]).
14571457
14581458
Returns:
@@ -1464,7 +1464,7 @@ def fit_pipeline(
14641464
Result of fitting the pipeline
14651465
(BaseDataset):
14661466
Dataset created from the given tensors
1467-
"""
1467+
"""
14681468

14691469
if 'dataset' not in dataset_kwargs:
14701470
if (

0 commit comments

Comments
 (0)