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

Commit 0a67ec0

Browse files
author
Phil Varner
committed
remove unnecessary response model
1 parent 1c90510 commit 0a67ec0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stapi_fastapi/routers/product_router.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ async def _create_order(
8989
methods=["POST"],
9090
response_class=GeoJSONResponse,
9191
status_code=status.HTTP_201_CREATED,
92-
# response_model=Order[
93-
# self.product.constraints, self.product.order_parameters
94-
# ],
9592
summary="Create an order for the product",
9693
tags=["Products"],
9794
)

0 commit comments

Comments
 (0)