Skip to content

Commit 7960532

Browse files
resolved pylint issue
1 parent 2df8b1a commit 7960532

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/api/api_routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ async def get_batch_status(request: Request, batch_id: str):
422422
"BatchNotFound", {"batch_id": batch_id, "user_id": user_id}
423423
)
424424
raise HTTPException(status_code=404, detail="Batch not found")
425-
426425
track_event_if_configured(
427426
"BatchStoryRetrieved", {"batch_id": batch_id, "user_id": user_id}
428427
)

0 commit comments

Comments
 (0)