aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/transforms/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-10-08 15:57:35 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-10-08 15:57:35 -0700
commit4b7c3c7b317cf4793f5ba5ad0d96102f103b66a3 (patch)
treee0dd776315e4b86ed544d8847fddea3456568224 /python/fatcat_tools/transforms/__init__.py
parent76db7f4048116a23c82bdd70bb11dd004e347e8e (diff)
downloadfatcat-4b7c3c7b317cf4793f5ba5ad0d96102f103b66a3.tar.gz
fatcat-4b7c3c7b317cf4793f5ba5ad0d96102f103b66a3.zip
dict wrapper for entity_from_json()
Diffstat (limited to 'python/fatcat_tools/transforms/__init__.py')
-rw-r--r--python/fatcat_tools/transforms/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/transforms/__init__.py b/python/fatcat_tools/transforms/__init__.py
index 863472c0..735d1b29 100644
--- a/python/fatcat_tools/transforms/__init__.py
+++ b/python/fatcat_tools/transforms/__init__.py
@@ -1,4 +1,4 @@
-from .entities import entity_to_dict, entity_from_json
+from .entities import entity_to_dict, entity_from_json, entity_from_dict
from .elasticsearch import release_to_elasticsearch, container_to_elasticsearch, changelog_to_elasticsearch
from .csl import release_to_csl, citeproc_csl