Skip to content

Commit b9bd166

Browse files
committed
import fix
1 parent 34b1888 commit b9bd166

File tree

1 file changed

+3
-2
lines changed
  • ads/opctl/operator/lowcode/forecast/model

1 file changed

+3
-2
lines changed

ads/opctl/operator/lowcode/forecast/model/factory.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

6+
from ads.opctl.operator.lowcode.common.transformations import Transformations
7+
68
from ..const import (
79
AUTO_SELECT,
8-
AUTO_SELECT_SERIES
10+
AUTO_SELECT_SERIES,
911
TROUBLESHOOTING_GUIDE,
1012
SpeedAccuracyMode,
1113
SupportedModels,
1214
)
13-
from ads.opctl.operator.lowcode.common.transformations import Transformations
1415
from ..meta_selector import MetaSelector
1516
from ..model_evaluator import ModelEvaluator
1617
from ..operator_config import ForecastOperatorConfig

0 commit comments

Comments
 (0)