Skip to content

Commit

Permalink
Fix that import.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Feb 27, 2024
1 parent 9a8f05e commit 826b640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_renamed_relations.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from dbt.adapters.redshift.relation import RedshiftRelation
from dbt.adapters.postgres.relation import PostgresRelation
from dbt.adapters.contracts.relation import RelationType


def test_renameable_relation():
relation = RedshiftRelation.create(
relation = PostgresRelation.create(
database="my_db",
schema="my_schema",
identifier="my_table",
Expand Down

0 comments on commit 826b640

Please sign in to comment.