Skip to content

Commit 4bcbd88

Browse files
committed
fix flake
1 parent 1e1a7e9 commit 4bcbd88

File tree

1 file changed

+8
-1
lines changed
  • test/test_pipeline/components/training

1 file changed

+8
-1
lines changed

test/test_pipeline/components/training/base.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55

66
import torch
77

8-
from autoPyTorch.constants import CLASSIFICATION_TASKS, REGRESSION_TASKS, OUTPUT_TYPES_TO_STRING, CONTINUOUS, BINARY, TASK_TYPES_TO_STRING
8+
from autoPyTorch.constants import (
9+
BINARY,
10+
CLASSIFICATION_TASKS,
11+
CONTINUOUS,
12+
OUTPUT_TYPES_TO_STRING,
13+
REGRESSION_TASKS,
14+
TASK_TYPES_TO_STRING
15+
)
916
from autoPyTorch.pipeline.components.training.metrics.utils import get_metrics
1017
from autoPyTorch.pipeline.components.training.trainer.base_trainer import BaseTrainerComponent, BudgetTracker
1118

0 commit comments

Comments
 (0)