diff options
Diffstat (limited to 'python/fatcat_tools/transforms.py')
-rw-r--r-- | python/fatcat_tools/transforms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/fatcat_tools/transforms.py b/python/fatcat_tools/transforms.py index c454536b..ecaf3366 100644 --- a/python/fatcat_tools/transforms.py +++ b/python/fatcat_tools/transforms.py @@ -1,7 +1,6 @@ import collections -from fatcat_client.models import ReleaseEntity -from fatcat_client.api_client import ApiClient +from fatcat_client import ReleaseEntity, ApiClient def entity_to_json(entity): ac = ApiClient() |