aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_export.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-01 18:34:57 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-01 18:34:57 -0700
commite9568d9d973df345966c71149757868cdf297179 (patch)
tree96812babb3ef2ce3707143247df41551756aca33 /python/fatcat_export.py
parentbea909f997bcef51e2624b9eea42c8fbe7115aaa (diff)
downloadfatcat-e9568d9d973df345966c71149757868cdf297179.tar.gz
fatcat-e9568d9d973df345966c71149757868cdf297179.zip
lint (flake8) top-level python files
Diffstat (limited to 'python/fatcat_export.py')
-rwxr-xr-xpython/fatcat_export.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/fatcat_export.py b/python/fatcat_export.py
index 5419e46c..763c217e 100755
--- a/python/fatcat_export.py
+++ b/python/fatcat_export.py
@@ -11,11 +11,7 @@ import sys
import json
import argparse
-import fatcat_openapi_client
-from fatcat_openapi_client.rest import ApiException
-from fatcat_openapi_client import ReleaseEntity, ContainerEntity, ChangelogEntry
-from fatcat_tools import uuid2fcid, entity_from_json, entity_to_dict, \
- public_api
+from fatcat_tools import uuid2fcid, entity_to_dict, public_api
def run_export_releases(args):