Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jan 3, 2022
1 parent d29281a commit 6a735c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/labeling/text_classification/test_rule.py
Expand Up @@ -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


Expand Down

0 comments on commit 6a735c0

Please sign in to comment.