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 ff52cd4 commit 3972704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic_postgresql_enum/operations/sync_enum_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def render_sync_enum_value_op(autogen_context: AutogenContext, op: SyncEnumValue
autogen_context.imports.add("from alembic_postgresql_enum import TableReference # type: ignore[attr-defined]")

return (
f"op.sync_enum_values({op.schema!r}, {op.name!r}, {op.new_values!r},\n # type: ignore[attr-defined]"
f"op.sync_enum_values({op.schema!r}, {op.name!r}, {op.new_values!r}, # type: ignore[attr-defined]\n"
f" {op.affected_columns!r},\n"
f" enum_values_to_rename=[])"
)

0 comments on commit 3972704

Please sign in to comment.