mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:57:17 +00:00
Silence unjust pylint warnings
This commit is contained in:
parent
101ecae37b
commit
d79664cf0c
@ -3,6 +3,8 @@ from tfw.networking import MessageSender
|
||||
|
||||
|
||||
class TestFSM(LinearFSM):
|
||||
# pylint: disable=unused-argument
|
||||
|
||||
def __init__(self, number_of_steps):
|
||||
super().__init__(number_of_steps)
|
||||
self.message_sender = MessageSender()
|
||||
|
Loading…
Reference in New Issue
Block a user