Skip to content

Commit 82991cf

Browse files
fixed pylint issue
1 parent 325adad commit 82991cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/common/database/cosmosdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def create_batch(self, user_id: str, batch_id: UUID) -> BatchRecord:
109109

110110
self.logger.info("Returning existing batch record", batch_id=str(batch_id))
111111
return BatchRecord.fromdb(batchexists)
112-
112+
113113
# This line should never be reached as all paths above either return or raise
114114
raise RuntimeError(f"Unexpected state while processing batch {batch_id}")
115115

0 commit comments

Comments
 (0)