aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_util.py')
-rwxr-xr-xpython/fatcat_util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_util.py b/python/fatcat_util.py
index a45b2ba4..a8e99ac3 100755
--- a/python/fatcat_util.py
+++ b/python/fatcat_util.py
@@ -7,10 +7,10 @@ TODO:
- create entity from JSON (?)
"""
-import sys
import argparse
+import sys
-from fatcat_tools import uuid2fcid, fcid2uuid, authenticated_api
+from fatcat_tools import authenticated_api, fcid2uuid, uuid2fcid
def run_uuid2fcid(args):