Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Sep 30, 2024
1 parent 7fb3ccf commit 0bf7097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import os

import pytest
from functional.data_test_patch.fixtures import tests__malformed_schema_yml

from dbt.tests.util import get_artifact, run_dbt, run_dbt_and_capture
from tests.functional.data_test_patch.fixtures import (
tests__doc_block_md,
tests__invalid_name_schema_yml,
tests__malformed_schema_yml,
tests__my_singular_test_sql,
tests__schema_yml,
)
Expand Down

0 comments on commit 0bf7097

Please sign in to comment.