Skip to content

Commit

Permalink
fix the return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Jul 11, 2024
1 parent ae64517 commit fb5b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar/rpc/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def from_dict(cls, type):
@rpc_method(name="types.list")
@http_basic_auth_login_required
@handle_rpc_exceptions
def list_() -> TypeInfo:
def list_() -> list[TypeInfo]:
"""
List information about types available on the database. Exposed as `list`.
"""
Expand Down

0 comments on commit fb5b487

Please sign in to comment.