From e148fce040b874c7dd397cb22118a3c03b7f02d4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 15:01:39 -0700 Subject: re-fmt all the fatcat_tools __init__ files for readability --- python/fatcat_tools/transforms/__init__.py | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'python/fatcat_tools/transforms') 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 -- cgit v1.2.3