aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/transforms
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-02 15:01:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-11-02 17:02:50 -0700
commite148fce040b874c7dd397cb22118a3c03b7f02d4 (patch)
tree5a14528b335565da5f5ff119cd770978892f43d8 /python/fatcat_tools/transforms
parent20ce31bdc9c94a35b98369249544c122821a171f (diff)
downloadfatcat-e148fce040b874c7dd397cb22118a3c03b7f02d4.tar.gz
fatcat-e148fce040b874c7dd397cb22118a3c03b7f02d4.zip
re-fmt all the fatcat_tools __init__ files for readability
Diffstat (limited to 'python/fatcat_tools/transforms')
-rw-r--r--python/fatcat_tools/transforms/__init__.py18
1 files changed, 14 insertions, 4 deletions
diff --git a/python/fatcat_tools/transforms/__init__.py b/python/fatcat_tools/transforms/__init__.py
index 7cc8f699..f02b1e7d 100644
--- a/python/fatcat_tools/transforms/__init__.py
+++ b/python/fatcat_tools/transforms/__init__.py
@@ -1,5 +1,15 @@
-
-from .entities import entity_to_dict, entity_from_json, entity_from_dict, entity_from_toml, entity_to_toml
-from .elasticsearch import release_to_elasticsearch, container_to_elasticsearch, changelog_to_elasticsearch, file_to_elasticsearch
-from .csl import release_to_csl, citeproc_csl
+from .csl import citeproc_csl, release_to_csl
+from .elasticsearch import (
+ changelog_to_elasticsearch,
+ container_to_elasticsearch,
+ file_to_elasticsearch,
+ release_to_elasticsearch,
+)
+from .entities import (
+ entity_from_dict,
+ entity_from_json,
+ entity_from_toml,
+ entity_to_dict,
+ entity_to_toml,
+)
from .ingest import release_ingest_request