refactor: clean up imports and improve session key assertion formatting

This commit is contained in:
Abhimanyu Saharan
2026-02-11 10:47:32 +05:30
parent c09116b8f0
commit c3490630a4
5 changed files with 11 additions and 22 deletions

View File

@@ -109,4 +109,3 @@ async def delete_board(session: AsyncSession, *, board: Board) -> OkResponse:
await session.delete(board)
await session.commit()
return OkResponse()