Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Jul 16, 2024
1 parent 66fe202 commit 35c6bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_common/contracts/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from enum import Enum
from typing import Optional, List

from dbt_common.dataclass_schema import dbtClassMixin, ValidationError
from dbt_common.dataclass_schema import dbtClassMixin


class ConstraintType(str, Enum):
Expand Down

0 comments on commit 35c6bfc

Please sign in to comment.