From 0d7b3a38238b227f6a6ee9c87f385d9aa6218c26 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Sat, 16 Feb 2019 13:57:30 +0200 Subject: [PATCH] Suppressed pylint warnings in test_crypto --- src/tests/test_crypto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/test_crypto.py b/src/tests/test_crypto.py index 7410e958..b7eb7177 100644 --- a/src/tests/test_crypto.py +++ b/src/tests/test_crypto.py @@ -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