summaryrefslogtreecommitdiff
path: root/searx/engines/google_scholar.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/google_scholar.py')
-rw-r--r--searx/engines/google_scholar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py
index c07cd4cea..38aaf904b 100644
--- a/searx/engines/google_scholar.py
+++ b/searx/engines/google_scholar.py
@@ -31,6 +31,7 @@ from searx.engines.google import (
# pylint: disable=unused-import
from searx.engines.google import (
+ fetch_traits,
supported_languages_url,
_fetch_supported_languages,
)