mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
remove unused imports, rectify isort violations
Files got into the branch that violate both PEP-8 guidelines and isorts. This fixes them. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4d1faca447
commit
5ceeb88bee
7 changed files with 12 additions and 21 deletions
|
@ -2,9 +2,8 @@
|
|||
decorators in some way; more complex routes should be defined in their
|
||||
own modules and imported here. """
|
||||
from http import HTTPStatus
|
||||
from urllib.parse import unquote
|
||||
|
||||
from fastapi import APIRouter, Form, Request, HTTPException
|
||||
from fastapi import APIRouter, Form, HTTPException, Request
|
||||
from fastapi.responses import HTMLResponse, RedirectResponse
|
||||
|
||||
from aurweb.templates import make_context, render_template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue