ruff --fix # also import sorting

This commit is contained in:
L. Kärkkäinen
2023-10-25 01:03:35 +01:00
parent 758f10c513
commit 9ae25e6744
36 changed files with 52 additions and 61 deletions

View File

@@ -1,11 +1,11 @@
# from urllib.parse import unquote
from sanic import Blueprint, Request, Sanic, html
from webapp.display.page import Page
from webapp.display.search.renderer import SearchRenderer
from webapp.display.search.search import Document, Searcher, Stemmer
from sanic import Blueprint, Request, Sanic, html
bp = Blueprint("search", url_prefix="/<language>/search")