Skip to content

Commit

Permalink
fix: factory class
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jan 29, 2024
1 parent 371ebda commit 634b2cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numalogic/config/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class ThresholdFactory(_ObjectFactory):

from numalogic.models.threshold import (
StdDevThreshold,
AggStdDevThreshold,
MahalanobisThreshold,
RobustMahalanobisThreshold,
StaticThreshold,
Expand All @@ -100,7 +99,6 @@ class ThresholdFactory(_ObjectFactory):

_CLS_MAP: ClassVar[dict] = {
"StdDevThreshold": StdDevThreshold,
"AggStdDevThreshold": AggStdDevThreshold,
"StaticThreshold": StaticThreshold,
"SigmoidThreshold": SigmoidThreshold,
"MahalanobisThreshold": MahalanobisThreshold,
Expand Down

0 comments on commit 634b2cf

Please sign in to comment.