Skip to content

Commit f8dfe09

Browse files
committed
import bug fix mentioned in last commit message
Signed-off-by: Christoph Huy <christoph.huy@campus.tu-berlin.de>
1 parent 428b39a commit f8dfe09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/python/rtdip_sdk/pipelines/anomaly_detection/spark/mad/mad_anomaly_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from pyspark.sql import DataFrame
1818
from typing import Optional, List, Union
1919

20-
from src.sdk.python.rtdip_sdk.pipelines._pipeline_utils.models import (
20+
from ...._pipeline_utils.models import (
2121
Libraries,
2222
SystemType,
2323
)

0 commit comments

Comments
 (0)