mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: code re-formatted by black for lint pipeline
This commit is contained in:
parent
a40283cdb2
commit
77ef87c882
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ def make_context(
|
|||
context["pkgbase"] = pkgbase
|
||||
context["comaintainers"] = [
|
||||
c.User
|
||||
for c in pkgbase.comaintainers.options(joinedload(PackageComaintainer.User)).order_by(
|
||||
PackageComaintainer.Priority.asc()
|
||||
).all()
|
||||
for c in pkgbase.comaintainers.options(joinedload(PackageComaintainer.User))
|
||||
.order_by(PackageComaintainer.Priority.asc())
|
||||
.all()
|
||||
]
|
||||
if is_authenticated:
|
||||
context["unflaggers"] = context["comaintainers"].copy()
|
||||
|
|
Loading…
Add table
Reference in a new issue