From ffe097b24f6a059bf6a3efd9dce94893c324c70a Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 3 Dec 2024 16:13:00 +0000 Subject: [PATCH] lint: line breaks --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index 84b8d4a..dcdfb44 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -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():