Skip to content

Commit

Permalink
add compatibility with mypy 1.11
Browse files Browse the repository at this point in the history
Change-Id: Ieaa150c8aec70d54e87aa3355f5fc37c232f47ae
  • Loading branch information
CaselIT committed Jul 26, 2024
1 parent 6153e6b commit ff91bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/util/sqla_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def __init__(self, table: Table, text: TextClause) -> None:
self.fake_column = schema.Column(self.text.text, sqltypes.NULLTYPE)
table.append_column(self.fake_column)

def get_children(self):
def get_children(self, **kw):
return [self.fake_column]


Expand Down

0 comments on commit ff91bbc

Please sign in to comment.