Skip to content

Commit

Permalink
update signature to use generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
philvarner committed Dec 19, 2024
1 parent 7d8847b commit b4bf695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stapi_fastapi/backends/root_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def get_order(self, order_id: str, request: Request) -> ResultE[Maybe[Orde

async def get_order_statuses(
self, order_id: str, request: Request
) -> ResultE[list[OrderStatus]]:
) -> ResultE[list[U]]:
"""
Get statuses for order with `order_id`.
Expand Down

0 comments on commit b4bf695

Please sign in to comment.