mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
Merge pull request #215 from kuba/interfaces-inherit-non-class
interfaces: disable inherit-non-class pylint msg
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user