From 3cdf4af9be4c762ff2ed79a57b5ad30637909f1e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:22:38 -0700 Subject: python: isort all imports --- python/ia_pdf_match.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/ia_pdf_match.py') diff --git a/python/ia_pdf_match.py b/python/ia_pdf_match.py index 20c65bb..137110c 100755 --- a/python/ia_pdf_match.py +++ b/python/ia_pdf_match.py @@ -22,8 +22,9 @@ When invoking import matched, be sure to: --default-mimetype application/pdf """ -import sys import json +import sys + def parse(obj): if obj['metadata']['identifier'].endswith('-test') or obj['metadata'].get('test'): -- cgit v1.2.3