fix: ruff lint + format fixes in tests, ESLint fixes in frontend
This commit is contained in:
@@ -68,7 +68,9 @@ async def copilot_action(
|
||||
return ActionResponse(**result)
|
||||
|
||||
|
||||
@router.get("/history", response_model=ChatHistoryResponse, status_code=status.HTTP_200_OK)
|
||||
@router.get(
|
||||
"/history", response_model=ChatHistoryResponse, status_code=status.HTTP_200_OK
|
||||
)
|
||||
async def copilot_history(
|
||||
db: AsyncSession = Depends(get_db),
|
||||
pagination: dict = Depends(get_pagination),
|
||||
|
||||
Reference in New Issue
Block a user