Skip to content

Commit

Permalink
Add newline after docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed Mar 13, 2024
1 parent 25d1059 commit 37c0a01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/dbt_score/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Objects related to loading the dbt manifest."""

from collections import defaultdict
from dataclasses import dataclass, field
from typing import Any
Expand Down
1 change: 0 additions & 1 deletion src/dbt_score/rule.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Rule definitions."""


import functools
import logging
from dataclasses import dataclass
Expand Down

0 comments on commit 37c0a01

Please sign in to comment.