From 6a735c056f05cddae5d5265071772dc161bf83f1 Mon Sep 17 00:00:00 2001 From: Francisco Aranda Date: Mon, 3 Jan 2022 13:03:36 +0100 Subject: [PATCH] fix import --- tests/labeling/text_classification/test_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/labeling/text_classification/test_rule.py b/tests/labeling/text_classification/test_rule.py index 92dad5c463..227de4f8e8 100644 --- a/tests/labeling/text_classification/test_rule.py +++ b/tests/labeling/text_classification/test_rule.py @@ -23,9 +23,9 @@ ) from rubrix.labeling.text_classification import ( Rule, - RuleNotAppliedError, load_rules, ) +from rubrix.labeling.text_classification.rule import RuleNotAppliedError from tests.server.test_helpers import client, mocking_client