Skip to content

Commit

Permalink
Fixup black job
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrovRoman committed Aug 19, 2024
1 parent 835b543 commit 64846a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/sync_enum_values/test_array_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def test_add_new_enum_value_render_with_array(connection: "Connection"):
autogenerate._render_migration_diffs(context, template_args)

assert template_args["imports"] == (
"from alembic_postgresql_enum import ColumnType # type: ignore[attr-defined]" "\nfrom alembic_postgresql_enum import TableReference # type: ignore[attr-defined]"
"from alembic_postgresql_enum import ColumnType # type: ignore[attr-defined]"
"\nfrom alembic_postgresql_enum import TableReference # type: ignore[attr-defined]"
)

assert (
Expand Down

0 comments on commit 64846a3

Please sign in to comment.