Skip to content

Commit

Permalink
fix linting mistake made by GH editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer committed Jul 12, 2024
1 parent f2b0091 commit 67c70a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar/rpc/tables/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@ def list_with_metadata(*, schema_oid: int, database_id: int, **kwargs) -> list:
r.table_oid: TableMetaDataBlob.from_model(r) for r in metadata_records
}

return [table | {"metadata": metadata_map.get(table["oid"])} for table in tables]
return [table | {"metadata": metadata_map.get(table["oid"])} for table in tables]

0 comments on commit 67c70a1

Please sign in to comment.