From 21f05ad850249fb3f3f68ea6cd6a78cd6312dab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 6 Aug 2018 15:52:01 +0200 Subject: [PATCH] Silence unjust pylint warning --- lib/tfw/components/commands_equal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tfw/components/commands_equal.py b/lib/tfw/components/commands_equal.py index 8530a4c..d2d4d15 100644 --- a/lib/tfw/components/commands_equal.py +++ b/lib/tfw/components/commands_equal.py @@ -8,6 +8,7 @@ from tfw.decorators.lazy_property import lazy_property class CommandsEqual: + # pylint: disable=too-many-arguments """ This class is useful for comparing executed commands with excepted commands (i.e. when triggering a state change when