Skip to content

Commit

Permalink
fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Aug 21, 2024
1 parent 3a705d0 commit dac0d69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/adapter/incremental/test_schema_change.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from functools import reduce

import pytest
from dbt.tests.util import run_dbt, run_dbt_and_capture
from functools import reduce

schema_change_sql = """
{{
Expand Down

0 comments on commit dac0d69

Please sign in to comment.