mirror of
https://github.com/searxng/searxng.git
synced 2026-09-12 01:06:04 +00:00
fmt
This commit is contained in:
@@ -16,7 +16,6 @@ from searx.exceptions import (
|
||||
from searx import searx_parent_dir, settings
|
||||
from searx.engines import engines
|
||||
|
||||
|
||||
errors_per_engines: dict[str, t.Any] = {}
|
||||
|
||||
LogParametersType = tuple[str, ...]
|
||||
|
||||
@@ -8,7 +8,6 @@ import threading
|
||||
|
||||
from searx import logger
|
||||
|
||||
|
||||
__all__ = ["Histogram", "HistogramStorage", "CounterStorage"]
|
||||
|
||||
logger = logger.getChild('searx.metrics')
|
||||
|
||||
Reference in New Issue
Block a user