Suppressed pylint warnings in test_crypto

This commit is contained in:
Dmitri Bogomolov 2019-02-16 13:57:30 +02:00
parent e163137893
commit 0d7b3a3823
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ pubkey_sha = _sha.digest()
class RIPEMD160TestCase(object): class RIPEMD160TestCase(object):
"""Base class for RIPEMD160 test case""" """Base class for RIPEMD160 test case"""
# pylint: disable=too-few-public-methods,no-member
__metaclass__ = ABCMeta __metaclass__ = ABCMeta
@abstractmethod @abstractmethod