Skip to content
Snippets Groups Projects
Commit 4eea1739 authored by Guido Trotter's avatar Guido Trotter
Browse files

Disable warning for not calling ProcessEvent init


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

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 6bb65e3a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment