You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/plugins
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
4 years ago
..
https_rules [mod] https rewrite pluginification 9 years ago
__init__.py [mod] remove unused import 4 years ago
ahmia_filter.py [mod] ahmia_filter.py: minor changes 4 years ago
hash_plugin.py [fix] code style 4 years ago
https_rewrite.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
infinite_scroll.py [enh] add simple theme (WIP) 7 years ago
oa_doi_rewrite.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
search_on_category_select.py [enh] add simple theme (WIP) 7 years ago
self_info.py Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 4 years ago
tracker_url_remover.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
vim_hotkeys.py [enh] Add preference section to two upstream plugins for simple theme integration 6 years ago