fix(mkpkglists): fix isort order (master)

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-10 13:57:33 -08:00
parent 52110b7db5
commit 66978e40a4
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -21,12 +21,14 @@ on the following, right-hand side fields are added to each item.
import datetime import datetime
import gzip import gzip
import sys import sys
from collections import defaultdict from collections import defaultdict
from decimal import Decimal from decimal import Decimal
import orjson
import aurweb.config import aurweb.config
import aurweb.db import aurweb.db
import orjson
packagesfile = aurweb.config.get('mkpkglists', 'packagesfile') packagesfile = aurweb.config.get('mkpkglists', 'packagesfile')
packagesmetafile = aurweb.config.get('mkpkglists', 'packagesmetafile') packagesmetafile = aurweb.config.get('mkpkglists', 'packagesmetafile')