From 35d23ca858977203c3d3fc85209b13e5e19017bf Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 20 Aug 2024 19:01:58 -0500 Subject: [PATCH] lint --- stack_orchestrator/deploy/webapp/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index 0d8c3317..6f6e0937 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -361,7 +361,7 @@ class LaconicRegistryClient: try: parsed = AttrDict(json.loads(logged_cmd(self.log_file, *args))) except: - pass + pass # noqa: E722 if parsed: self.cache["txs"][txHash] = parsed