aboutsummaryrefslogtreecommitdiffstats
path: root/python/scripts/archiveorg_fileset.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-26 12:22:38 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-26 12:22:38 -0700
commit3cdf4af9be4c762ff2ed79a57b5ad30637909f1e (patch)
treeb7e7e27ff2032c99fd782b3ea40daf1d12f9164e /python/scripts/archiveorg_fileset.py
parentf67d870ba4ca9cecd0b75f106335997c813e9df4 (diff)
downloadsandcrawler-3cdf4af9be4c762ff2ed79a57b5ad30637909f1e.tar.gz
sandcrawler-3cdf4af9be4c762ff2ed79a57b5ad30637909f1e.zip
python: isort all imports
Diffstat (limited to 'python/scripts/archiveorg_fileset.py')
-rwxr-xr-xpython/scripts/archiveorg_fileset.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/scripts/archiveorg_fileset.py b/python/scripts/archiveorg_fileset.py
index 0e507eb..86ca062 100755
--- a/python/scripts/archiveorg_fileset.py
+++ b/python/scripts/archiveorg_fileset.py
@@ -9,13 +9,12 @@ TODO:
- should this check the item type?
"""
-import sys
import json
+import sys
from typing import Any
import internetarchive
-
FORMAT_TO_MIMETYPE = {
'BZIP': 'application/x-bzip',
'BZIP2': 'application/x-bzip2',