interfaces: fix usage of `self` argument
zope.interface does not use self argument. Also set a pylint directive not to report false positive regarding the lack of self argument.
Showing
Please register or sign in to comment
zope.interface does not use self argument. Also set a pylint directive not to report false positive regarding the lack of self argument.