mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
style: Run pre-commit
This commit is contained in:
parent
b47882b114
commit
9c6c13b78a
235 changed files with 7180 additions and 5628 deletions
|
@ -3,7 +3,18 @@ API routers for FastAPI.
|
|||
|
||||
See https://fastapi.tiangolo.com/tutorial/bigger-applications/
|
||||
"""
|
||||
from . import accounts, auth, html, packages, pkgbase, requests, rpc, rss, sso, trusted_user
|
||||
from . import (
|
||||
accounts,
|
||||
auth,
|
||||
html,
|
||||
packages,
|
||||
pkgbase,
|
||||
requests,
|
||||
rpc,
|
||||
rss,
|
||||
sso,
|
||||
trusted_user,
|
||||
)
|
||||
|
||||
"""
|
||||
aurweb application routes. This constant can be any iterable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue