Skip to content

Commit

Permalink
fix: flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauric Desauw committed Oct 13, 2021
1 parent b834626 commit c13202b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 160
ignore = W504, F401
exclude = powerapi/test_utils
exclude = virtualwatts/test_utils
5 changes: 2 additions & 3 deletions virtualwatts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ def term_handler(_, __):
report_filter.filter(filter_rule, cpu_dispatcher)

pullers_info = PullerGenerator(report_filter,
report_modifier_list).generate(
args
)
report_modifier_list).generate(args)

for puller_name in pullers_info:
puller_cls, puller_start_message = pullers_info[puller_name]
supervisor.launch(puller_cls, puller_start_message)
Expand Down

0 comments on commit c13202b

Please sign in to comment.