diff options
Diffstat (limited to 'fatcat_scholar/search.py')
-rw-r--r-- | fatcat_scholar/search.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py index a529f6a..bfc7c6e 100644 --- a/fatcat_scholar/search.py +++ b/fatcat_scholar/search.py @@ -10,8 +10,10 @@ from typing import List, Optional, Any import elasticsearch from dynaconf import settings from elasticsearch_dsl import Search, Q + # pytype: disable=import-error from pydantic import BaseModel + # pytype: enable=import-error # i18n note: the use of gettext below doesn't actually do the translation here, |