Skip to content

Commit

Permalink
attempt 5 at fixing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-koning committed Sep 16, 2024
1 parent 6a0994f commit e736eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_monetdb/dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def get_unique_constraints(
return res


def get_check_constraints(self, connection: "Connection", table_name: str, schema: str | None = None, **kw:Any) -> List[ReflectedCheckConstraint]:
def get_check_constraints(self, connection, table_name, schema, **kw):
"""Return information about check constraints in `table_name`.
Given a string `table_name` and an optional string `schema`, return
Expand Down

0 comments on commit e736eb5

Please sign in to comment.