Skip to content

Commit 899a11f

Browse files
pylint issue
1 parent 034cf1b commit 899a11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/api/api_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
logging.WARNING
6767
)
6868

69+
6970
# start processing the batch
7071
@router.post("/start-processing")
7172
async def start_processing(request: Request):
@@ -463,7 +464,6 @@ async def get_batch_summary(request: Request, batch_id: str):
463464
if not user_id:
464465
track_event_if_configured("UserIdNotFound", {"status_code": 400, "detail": "no user"})
465466
raise HTTPException(status_code=401, detail="User not authenticated")
466-
467467
# Retrieve batch summary
468468
batch_summary = await batch_service.get_batch_summary(batch_id, user_id)
469469
if not batch_summary:

0 commit comments

Comments
 (0)