refactor: clean up imports and improve session key assertion formatting
This commit is contained in:
@@ -109,4 +109,3 @@ async def delete_board(session: AsyncSession, *, board: Board) -> OkResponse:
|
||||
await session.delete(board)
|
||||
await session.commit()
|
||||
return OkResponse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user