Skip to content

Commit a61d7d1

Browse files
committed
Remove unused import
1 parent 86ce8af commit a61d7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbt_score/rules/macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import re
44

5-
from dbt_score import Macro, RuleViolation, Severity, rule
5+
from dbt_score import Macro, RuleViolation, rule
66

77

88
@rule

0 commit comments

Comments
 (0)