mirror of
https://github.com/searxng/searxng.git
synced 2026-09-11 16:56:05 +00:00
fmt
This commit is contained in:
@@ -94,7 +94,6 @@ Implementation
|
||||
:members:
|
||||
"""
|
||||
|
||||
|
||||
__all__ = ["PluginInfo", "Plugin", "PluginStorage", "PluginCfg"]
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ user searches for ``tor-check``. It fetches the tor exit node list from
|
||||
:py:obj:`url_exit_list` and parses all the IPs into a list, then checks if the
|
||||
user's IP address is in it.
|
||||
"""
|
||||
|
||||
from ipaddress import ip_address
|
||||
import typing
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ converters, each converter is one item in the list (compare
|
||||
of measurement are evaluated. The weighting in the evaluation results from the
|
||||
sorting of the :py:obj:`list of unit converters<symbol_to_si>`.
|
||||
"""
|
||||
|
||||
import typing
|
||||
import re
|
||||
import babel.numbers
|
||||
|
||||
Reference in New Issue
Block a user