lint: line breaks
This commit is contained in:
parent
173eea2625
commit
ffe097b24f
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,7 @@ class DefinedProxiesCollector(Collector):
|
|||
ok.add_metric(["defined_proxies"], 0)
|
||||
yield ok
|
||||
|
||||
|
||||
class BlockedProxiesCollector(Collector):
|
||||
def collect(self) -> Iterator[Metric]:
|
||||
with app.app_context():
|
||||
|
@ -103,7 +104,6 @@ class BlockedProxiesCollector(Collector):
|
|||
yield ok
|
||||
|
||||
|
||||
|
||||
class AutomationCollector(Collector):
|
||||
def collect(self) -> Iterator[Metric]:
|
||||
with app.app_context():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue