1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2026-05-08 11:44:34 +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
+2
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()