Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 8c96be3

Browse files
committed
fix: clean up some merge detritus
1 parent bc4e7e0 commit 8c96be3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/stapi_fastapi/backends/root_backend.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
- Returning returns.result.Failure[Exception] will result in a 500.
4545
"""
4646

47-
# async def get_order_statuses(
48-
# self, order_id: str, request: Request, next: str | None, limit: int
49-
# ) -> ResultE[tuple[list[T], Maybe[str]]]:
50-
# """
51-
# Get statuses for order with `order_id` and return pagination token if applicable
5247

5348
T = TypeVar("T", bound=OrderStatus)
5449

0 commit comments

Comments
 (0)