mirror of
https://github.com/searx/searx
synced 2025-01-27 16:29:18 +01:00
3038052c79
use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests