mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
disable pylint no-member for x-version
This commit is contained in:
@@ -17,9 +17,9 @@ TAGS = ["tag1", "tag2", "tag3"]
|
||||
TAGS_CHOICES = [("1", "tag1"), ("2", "tag2"), ("3", "tag3")]
|
||||
|
||||
if six.PY2:
|
||||
getargspec = inspect.getargspec
|
||||
getargspec = inspect.getargspec # pylint:disable=no-member
|
||||
else:
|
||||
getargspec = inspect.getfullargspec
|
||||
getargspec = inspect.getfullargspec # pylint:disable=no-member
|
||||
|
||||
|
||||
class InputWithTimeoutTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user