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