mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 14:31:32 +00:00
Silence unjust pylint warning
This commit is contained in:
parent
44bdc96547
commit
21f05ad850
@ -8,6 +8,7 @@ from tfw.decorators.lazy_property import lazy_property
|
|||||||
|
|
||||||
|
|
||||||
class CommandsEqual:
|
class CommandsEqual:
|
||||||
|
# pylint: disable=too-many-arguments
|
||||||
"""
|
"""
|
||||||
This class is useful for comparing executed commands with
|
This class is useful for comparing executed commands with
|
||||||
excepted commands (i.e. when triggering a state change when
|
excepted commands (i.e. when triggering a state change when
|
||||||
|
Loading…
Reference in New Issue
Block a user