mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(python): remove unneeded newline
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
2df54bd7a0
commit
452f5d160a
1 changed files with 1 additions and 2 deletions
|
@ -694,8 +694,7 @@ async def pkgbase_request_post(request: Request, name: str,
|
|||
delete_package(request.user, package)
|
||||
|
||||
# Redirect the submitting user to /packages.
|
||||
return RedirectResponse("/packages",
|
||||
status_code=HTTPStatus.SEE_OTHER)
|
||||
return RedirectResponse("/packages", status_code=HTTPStatus.SEE_OTHER)
|
||||
|
||||
|
||||
@router.get("/requests/{id}/close")
|
||||
|
|
Loading…
Add table
Reference in a new issue