From 4975d0a273d490cf3d23dafc0b2a6d03ab8a0bec Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sun, 18 Aug 2019 10:34:40 +0300 Subject: [PATCH] Proper scope for linter exclusion --- certbot-apache/certbot_apache/interfaces.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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