diff options
Diffstat (limited to 'python/fatcat_tools/importers/arabesque.py')
-rw-r--r-- | python/fatcat_tools/importers/arabesque.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_tools/importers/arabesque.py b/python/fatcat_tools/importers/arabesque.py index 92289bb3..4702290a 100644 --- a/python/fatcat_tools/importers/arabesque.py +++ b/python/fatcat_tools/importers/arabesque.py @@ -1,7 +1,7 @@ from typing import Any, Dict, List, Optional import fatcat_openapi_client -from fatcat_openapi_client import ApiClient, FileEntity +from fatcat_openapi_client import DefaultApi, FileEntity from fatcat_tools.normal import b32_hex @@ -42,7 +42,7 @@ class ArabesqueMatchImporter(EntityImporter): """ def __init__( - self, api: ApiClient, extid_type: str, require_grobid: bool = True, **kwargs + self, api: DefaultApi, extid_type: str, require_grobid: bool = True, **kwargs ) -> None: eg_desc = ( |