From 2c6cbc128b62d4678ae8923038bede34936ba6b0 Mon Sep 17 00:00:00 2001 From: Lauric Desauw Date: Thu, 14 Oct 2021 16:11:53 +0200 Subject: [PATCH] fix: fix flake8 typo --- smartwatts/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/smartwatts/__main__.py b/smartwatts/__main__.py index 41807ec..005d06e 100644 --- a/smartwatts/__main__.py +++ b/smartwatts/__main__.py @@ -173,11 +173,9 @@ def term_handler(_, __): pushers_formula = {} pushers_power = {} - for pusher_name in pushers_info: pusher_cls, pusher_start_message = pushers_info[pusher_name] - if pusher_start_message.database.report_type == PowerReport: pushers_power[pusher_name] = supervisor.launch(pusher_cls, pusher_start_message) elif pusher_start_message.database.report_type == FormulaReport: