diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 16:38:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 16:38:51 -0700 |
commit | 655f7060eb5b5e711a8a892cb1085639c4aa8fd2 (patch) | |
tree | ffa1139e0c56b6510ec71d1aa8cc426423449f11 /python/fatcat_tools/__init__.py | |
parent | c937447f894cfde54628fecf3fa71127cb769f0c (diff) | |
download | fatcat-655f7060eb5b5e711a8a892cb1085639c4aa8fd2.tar.gz fatcat-655f7060eb5b5e711a8a892cb1085639c4aa8fd2.zip |
refactor transforms into sub-dir
Diffstat (limited to 'python/fatcat_tools/__init__.py')
-rw-r--r-- | python/fatcat_tools/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/fatcat_tools/__init__.py b/python/fatcat_tools/__init__.py index c72ccd47..f2798f0b 100644 --- a/python/fatcat_tools/__init__.py +++ b/python/fatcat_tools/__init__.py @@ -1,6 +1,4 @@ from .api_auth import authenticated_api, public_api from .fcid import fcid2uuid, uuid2fcid -from .transforms import entity_to_dict, entity_from_json, \ - release_to_elasticsearch, container_to_elasticsearch, \ - changelog_to_elasticsearch, release_to_csl +from .transforms import * |