chore: remove exc_info

This commit is contained in:
Daulet Amirkhanov 2025-10-29 19:06:46 +00:00
parent 440b4b0cf3
commit bcfae9f291

View file

@ -1,4 +1,3 @@
from sys import exc_info
from uuid import UUID
from fastapi import APIRouter
@ -95,7 +94,6 @@ def get_add_router() -> APIRouter:
f"Error during add operation for user {user.id}, "
f"dataset: {datasetName or datasetId}, "
f"error type: {type(error).__name__}",
exc_info=True,
)
return JSONResponse(
status_code=500,