Suppressed pylint warnings in test_crypto
This commit is contained in:
parent
e163137893
commit
0d7b3a3823
|
@ -31,6 +31,7 @@ pubkey_sha = _sha.digest()
|
|||
|
||||
class RIPEMD160TestCase(object):
|
||||
"""Base class for RIPEMD160 test case"""
|
||||
# pylint: disable=too-few-public-methods,no-member
|
||||
__metaclass__ = ABCMeta
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Reference in New Issue
Block a user