diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py index d04e13035..c62885a03 100644 --- a/certbot-apache/certbot_apache/interfaces.py +++ b/certbot-apache/certbot_apache/interfaces.py @@ -145,8 +145,7 @@ class ParserNode(object): """ # Linter rule exclusion done because of https://github.com/PyCQA/pylint/issues/179 -# pylint: disable=abstract-method -@six.add_metaclass(abc.ABCMeta) +@six.add_metaclass(abc.ABCMeta) # pylint: disable=abstract-method class CommentNode(ParserNode): """ CommentNode class is used for representation of comments within the parsed