Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
otosky committed Nov 2, 2024
1 parent ba16e64 commit 5ef7cae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import pytest
from dbt_score import Model, Rule, RuleViolation, Severity, Source, rule
from dbt_score.rule_filter import rule_filter

from src.dbt_score.rule_filter import RuleFilter
from dbt_score.rule_filter import RuleFilter, rule_filter


def test_rule_decorator_and_class(
Expand Down

0 comments on commit 5ef7cae

Please sign in to comment.