From 78f08280edea4ff65ca613ad30005c45cc48dea6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 18:05:23 -0700 Subject: python: isort everything --- python/fatcat_tools/transforms/elasticsearch.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'python/fatcat_tools/transforms/elasticsearch.py') diff --git a/python/fatcat_tools/transforms/elasticsearch.py b/python/fatcat_tools/transforms/elasticsearch.py index ec5891c3..1826d4eb 100644 --- a/python/fatcat_tools/transforms/elasticsearch.py +++ b/python/fatcat_tools/transforms/elasticsearch.py @@ -1,10 +1,15 @@ import datetime -from typing import Dict, Any, Optional +from typing import Any, Dict, Optional import tldextract - -from fatcat_openapi_client import ReleaseEntity, ContainerEntity, EntityEdit, ChangelogEntry, FileEntity +from fatcat_openapi_client import ( + ChangelogEntry, + ContainerEntity, + EntityEdit, + FileEntity, + ReleaseEntity, +) def check_kbart(year: int, archive: dict) -> Optional[bool]: -- cgit v1.2.3