Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 24, 2024
1 parent adf58b4 commit 2dce344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from soda.common.logs import Logs
from soda.sodacl.anomaly_detection_metric_check_cfg import (
HyperparameterConfigs,
ModelConfigs,
ProphetDefaultHyperparameters,
TrainingDatasetParameters,
)
Expand All @@ -35,11 +36,6 @@
SuppressStdoutStderr,
get_not_enough_measurements_freq_result,
)
from soda.sodacl.anomaly_detection_metric_check_cfg import (
ModelConfigs,
ProphetDefaultHyperparameters,
TrainingDatasetParameters,
)

with SuppressStdoutStderr():
from prophet import Prophet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
df_prophet_model_setup_fit_predict_holidays,
test_feedback_processor_seasonality_skip_measurements,
)

from soda.scientific.anomaly_detection_v2.exceptions import (
AggregationValueError,
FreqDetectionResultError,
NotSupportedHolidayCountryError,
)
from soda.scientific.anomaly_detection_v2.feedback_processor import FeedbackProcessor
from soda.scientific.anomaly_detection_v2.models.prophet_model import ProphetDetector
from soda.sodacl.anomaly_detection_metric_check_cfg import (
HyperparameterConfigs,
ModelConfigs,
Expand All @@ -41,6 +33,7 @@
from soda.scientific.anomaly_detection_v2.exceptions import (
AggregationValueError,
FreqDetectionResultError,
NotSupportedHolidayCountryError,
)
from soda.scientific.anomaly_detection_v2.feedback_processor import FeedbackProcessor
from soda.scientific.anomaly_detection_v2.models.prophet_model import ProphetDetector
Expand Down

0 comments on commit 2dce344

Please sign in to comment.