1
0
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:
Kristóf Tóth 2018-04-19 11:22:43 +02:00
parent 101ecae37b
commit d79664cf0c

View File

@ -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()