1
0
mirror of https://github.com/searx/searx synced 2025-03-03 02:58:03 +01:00
Alexandre Flament 3038052c79 [mod] remove unused import
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
2020-11-14 14:11:02 +01:00
..
2020-11-14 14:11:02 +01:00
2020-10-24 10:25:33 +02:00
2020-11-14 14:11:02 +01:00
2020-11-06 12:11:52 +01:00
2020-09-22 11:57:06 +02:00