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
1 changed files with 2 additions and 0 deletions

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