diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 00:10:50 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 00:10:50 -0700 |
commit | 35ff62b6383ba07f9549edbb652f04fa69fb046c (patch) | |
tree | 9072d4ce28b65bbaa9c111fb87f2e3e449198ecb /fatcat_scholar/search.py | |
parent | 403fa63a7b2ab015b86e35e577218d045d1ea6ca (diff) | |
download | fatcat-scholar-35ff62b6383ba07f9549edbb652f04fa69fb046c.tar.gz fatcat-scholar-35ff62b6383ba07f9549edbb652f04fa69fb046c.zip |
fmt
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, |