Skip to content

Commit

Permalink
Fix return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Jul 11, 2024
1 parent 90f34f4 commit 3396114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar/rpc/tables/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def list_(*, database_id: int, **kwargs) -> list[TableMetaDataRecord]:
@handle_rpc_exceptions
def set_(
*, table_oid: int, metadata: TableMetaDataBlob, database_id: int, **kwargs
) -> TableMetaDataRecord:
) -> None:
"""
Set metadata for a table.
Expand Down

0 comments on commit 3396114

Please sign in to comment.