mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Proper scope for linter exclusion
This commit is contained in:
parent
06dc56f810
commit
4975d0a273
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue