From ecbaa7ff48d046e77547a69dd2be8ef0c7b9bf04 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Nov 2021 17:31:59 -0800 Subject: WIP: start fixing types and lints from openapi annotations --- python/fatcat_tools/workers/elasticsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_tools/workers/elasticsearch.py') diff --git a/python/fatcat_tools/workers/elasticsearch.py b/python/fatcat_tools/workers/elasticsearch.py index 7c959e93..3129d93f 100644 --- a/python/fatcat_tools/workers/elasticsearch.py +++ b/python/fatcat_tools/workers/elasticsearch.py @@ -1,6 +1,6 @@ import json import sys -from typing import Any, Callable, List, Optional +from typing import Any, Callable, List, Optional, Union import elasticsearch import requests -- cgit v1.2.3