Skip to content

Commit

Permalink
remove unnecessary response model
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Nov 13, 2024
1 parent 1c90510 commit 0a67ec0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stapi_fastapi/routers/product_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ async def _create_order(
methods=["POST"],
response_class=GeoJSONResponse,
status_code=status.HTTP_201_CREATED,
# response_model=Order[
# self.product.constraints, self.product.order_parameters
# ],
summary="Create an order for the product",
tags=["Products"],
)
Expand Down

0 comments on commit 0a67ec0

Please sign in to comment.