Skip to content

Commit

Permalink
chore: Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu committed Dec 13, 2024
1 parent b84880e commit 9033fe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/lib/sift_py/ingestion/rule/config.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import sift_py.rule.config as rule_config
from sift_py.yaml import rule as rule_spec

RuleConfig = rule_config.RuleConfig
RuleAction = rule_config.RuleAction
RuleActionCreateDataReviewAnnotation = rule_config.RuleActionCreateDataReviewAnnotation
RuleActionCreatePhaseAnnotation = rule_config.RuleActionCreatePhaseAnnotation
RuleActionAnnotationKind = rule_spec.RuleActionAnnotationKind
RuleActionAnnotationKind = rule_config.RuleActionAnnotationKind
RuleActionKind = rule_config.RuleActionKind
RuleActionKindStrRep = rule_config.RuleActionKindStrRep
ExpressionChannelReference = rule_config.ExpressionChannelReference
Expand Down

0 comments on commit 9033fe9

Please sign in to comment.