Skip to content

Commit

Permalink
fix adapter-core decoupling import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 26, 2024
1 parent 793d281 commit 12eb348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/catalog_tests/test_get_catalog.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dbt.adapters.contracts.relation import RelationType
from dbt.contracts.relation import RelationType
from dbt.tests.util import get_connection
import pytest

Expand Down

0 comments on commit 12eb348

Please sign in to comment.