Skip to content

Commit

Permalink
Fix changed name of exception
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Sep 8, 2024
1 parent 8e47dc2 commit 6385307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
from typing import List

from dbt.exceptions import VersionsNotCompatibleError
from dbt.exceptions import VersionsNotCompatibleException
import dbt.utils

from dbt.dataclass_schema import dbtClassMixin, StrEnum
Expand Down

0 comments on commit 6385307

Please sign in to comment.