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/scripts/manifest_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/scripts/manifest_converter.py') diff --git a/python/scripts/manifest_converter.py b/python/scripts/manifest_converter.py index 35cee5b..8267003 100755 --- a/python/scripts/manifest_converter.py +++ b/python/scripts/manifest_converter.py @@ -10,9 +10,9 @@ This was used to convert this manifest: to JSON format for fast fatcat importing. """ -import sys import json import sqlite3 +import sys # iterate over rows in files metadata... # 1. select all identified DOIs -- cgit v1.2.3