Skip to content

Commit c6eac33

Browse files
fixing cyclic import
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
1 parent d690d5b commit c6eac33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/algorithms/isolationforest/isolationForest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pandas as pd
55
from fmatch.logrus import SingletonLogger
66
from hunter.series import ChangePoint, ComparativeStats
7-
from pkg.algorithms import Algorithm
7+
from pkg.algorithms.algorithm import Algorithm
88

99

1010
class IsolationForestWeightedMean(Algorithm):

0 commit comments

Comments
 (0)