Skip to content

Commit 7bbe99f

Browse files
committed
Update generic.py
1 parent 5f2fd94 commit 7bbe99f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dbt_score/rules/generic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from dbt_score import Model, RuleViolation, Seed, Severity, Snapshot, rule
44
from dbt_score.rules.filters import is_table
55

6-
MAX_DESCRIPTION_MESSAGE_LENGTH = 60
7-
86

97
@rule
108
def snapshot_has_unique_key(snapshot: Snapshot) -> RuleViolation | None:

0 commit comments

Comments
 (0)