forked from Ponysearch/Ponysearch
Fix PEP8
This commit is contained in:
parent
a7b9eca98a
commit
525bfe7830
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue