fix(mkpkglists): restore isort order

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-10 13:54:18 -08:00
parent 6e344ce9da
commit 8788f99005
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -21,6 +21,7 @@ on the following, right-hand side fields are added to each item.
import gzip import gzip
import os import os
import sys import sys
from collections import defaultdict from collections import defaultdict
from decimal import Decimal from decimal import Decimal