mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(mkpkglists): fix isort order (master)
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
52110b7db5
commit
66978e40a4
1 changed files with 3 additions and 1 deletions
|
@ -21,12 +21,14 @@ on the following, right-hand side fields are added to each item.
|
|||
import datetime
|
||||
import gzip
|
||||
import sys
|
||||
|
||||
from collections import defaultdict
|
||||
from decimal import Decimal
|
||||
|
||||
import orjson
|
||||
|
||||
import aurweb.config
|
||||
import aurweb.db
|
||||
import orjson
|
||||
|
||||
packagesfile = aurweb.config.get('mkpkglists', 'packagesfile')
|
||||
packagesmetafile = aurweb.config.get('mkpkglists', 'packagesmetafile')
|
||||
|
|
Loading…
Add table
Reference in a new issue