Commit 1e77778
committed
contest: hw: fix sol_listener linter warning
GH linter throws a warning:
contest/hw/machine_control.py:417:5: F824 `global sol_listener` is unused: name is never assigned in scope
global db_pool, health_checker, res_mgr, sol_listener # pylint: disable=global-statement
^
F824 `global sol_listener` is unused: name is never assigned in scope
which neither pylint not ruff check produces locally.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent b7b7213 commit 1e77778
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
0 commit comments