mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
Fix PEP8
This commit is contained in:
parent
a7b9eca98a
commit
525bfe7830
@ -64,7 +64,7 @@ def initialize(engine_names=None):
|
|||||||
"""
|
"""
|
||||||
Initialize metrics
|
Initialize metrics
|
||||||
"""
|
"""
|
||||||
global counter_storage, histogram_storage # pylint: disable=global-statement
|
global counter_storage, histogram_storage # pylint: disable=global-statement
|
||||||
|
|
||||||
counter_storage = CounterStorage()
|
counter_storage = CounterStorage()
|
||||||
histogram_storage = HistogramStorage()
|
histogram_storage = HistogramStorage()
|
||||||
|
Loading…
Reference in New Issue
Block a user