From 956e64f47f7d47f2539cd6575c25ec0b6a33e567 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 14:19:29 -0700 Subject: re-style imports (isort) on all core python files --- fatcat_scholar/sandcrawler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fatcat_scholar/sandcrawler.py') diff --git a/fatcat_scholar/sandcrawler.py b/fatcat_scholar/sandcrawler.py index 0501f8e..9f9f7e4 100644 --- a/fatcat_scholar/sandcrawler.py +++ b/fatcat_scholar/sandcrawler.py @@ -1,6 +1,7 @@ +from typing import Any, Dict, Optional + import minio import requests -from typing import Dict, Optional, Any class SandcrawlerPostgrestClient: -- cgit v1.2.3