From 9033fe9413e2ba56d2688303239e1840dad37cc6 Mon Sep 17 00:00:00 2001 From: Ailin Yu Date: Fri, 13 Dec 2024 14:41:39 -0800 Subject: [PATCH] chore: Import fix --- python/lib/sift_py/ingestion/rule/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/lib/sift_py/ingestion/rule/config.py b/python/lib/sift_py/ingestion/rule/config.py index 50dd75e3..21f537b1 100644 --- a/python/lib/sift_py/ingestion/rule/config.py +++ b/python/lib/sift_py/ingestion/rule/config.py @@ -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