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