Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jul 25, 2023
1 parent 98afcae commit 2196fc6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions numalogic/config/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@ class PostprocessFactory(_ObjectFactory):
class ThresholdFactory(_ObjectFactory):
"""Factory class to create threshold instances."""

from numalogic.models.threshold import \
StdDevThreshold, MahalanobisThreshold, StaticThreshold, SigmoidThreshold
from numalogic.models.threshold import (
StdDevThreshold,
MahalanobisThreshold,
StaticThreshold,
SigmoidThreshold,
)

_CLS_MAP: ClassVar[dict] = {
"StdDevThreshold": StdDevThreshold,
Expand Down

0 comments on commit 2196fc6

Please sign in to comment.