This class doesn't need its constructor to be called.

Signed-off-by: Guido Trotter <ultrot...@google.com>
---
 daemons/ganeti-confd |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd
index b7198d0..d19bfad 100755
--- a/daemons/ganeti-confd
+++ b/daemons/ganeti-confd
@@ -102,6 +102,7 @@ class ConfdInotifyEventHandler(pyinotify.ProcessEvent):
     @param filename: config file to watch
 
     """
+    # pylint: disable-msg=W0231
     # no need to call the parent's constructor
     self.watch_manager = watch_manager
     self.callback = callback
-- 
1.6.6.1

Reply via email to