mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
interfaces: disable inherit-non-class pylint msg
This commit is contained in:
parent
e56737de0b
commit
e6a88c4e27
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Let's Encrypt client interfaces."""
|
||||
import zope.interface
|
||||
|
||||
# pylint: disable=no-self-argument,no-method-argument,no-init
|
||||
# pylint: disable=no-self-argument,no-method-argument,no-init,inherit-non-class
|
||||
|
||||
|
||||
class IAuthenticator(zope.interface.Interface):
|
||||
|
|
|
|||
Loading…
Reference in a new issue