Skip to content

Commit

Permalink
Suppressed pylint warnings in test_crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
g1itch committed Apr 22, 2019
1 parent e163137 commit 0d7b3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

class RIPEMD160TestCase(object):
"""Base class for RIPEMD160 test case"""
# pylint: disable=too-few-public-methods,no-member
__metaclass__ = ABCMeta

@abstractmethod
Expand Down

0 comments on commit 0d7b3a3

Please sign in to comment.