diff options
Diffstat (limited to 'python/ia_pdf_match.py')
-rwxr-xr-x | python/ia_pdf_match.py | 3 |
1 files changed, 2 insertions, 1 deletions
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'): |