Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maver1ck committed Oct 31, 2024
1 parent 1af759f commit 120dda7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_version_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,12 @@ class CustomVersionTableTest(TestMigrationContext):
class MyDialectImpl(impl.DefaultImpl):

def version_table_impl(
self, *, version_table, version_table_schema, version_table_pk, **kw
self,
*,
version_table,
version_table_schema,
version_table_pk,
**kw,
):
vt = Table(
version_table,
Expand Down

0 comments on commit 120dda7

Please sign in to comment.