fix: add missing commas for syntax correctness across multiple files
Test / test (push) Successful in 15s
Test / test (push) Successful in 15s
This commit is contained in:
@@ -95,5 +95,5 @@ async def deals_funnel(
|
||||
|
||||
breakdowns: list[StageBreakdown] = await service.get_deal_funnel(context.organization_id)
|
||||
return DealFunnelResponse(
|
||||
stages=[StageBreakdownModel.model_validate(item) for item in breakdowns]
|
||||
stages=[StageBreakdownModel.model_validate(item) for item in breakdowns],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user