Skip to content

Commit

Permalink
change return type from dict -> RecordList
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 authored Jul 19, 2024
1 parent f670520 commit 2082424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar/rpc/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def list_(
group: list[dict] = None,
search: list[dict] = None,
**kwargs
) -> dict:
) -> RecordList:
"""
List records from a table, and its row count. Exposed as `list`.
Expand Down

0 comments on commit 2082424

Please sign in to comment.