Skip to content

Commit

Permalink
fix: fix flake8 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauric Desauw committed Oct 14, 2021
1 parent 205529c commit 2c6cbc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smartwatts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c6cbc1

Please sign in to comment.