Skip to content

Commit 1268614

Browse files
author
brentru
committed
disable invalid name for lcase module
1 parent 1c53405 commit 1268614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_hashlib/_md5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
MD5 Hash Algorithm.
2727
* Author(s): Brent Rubell
2828
"""
29-
# pylint: disable=too-few-public-methods
29+
# pylint: disable=too-few-public-methods, invalid-name
3030
class md5():
3131
"""RSA MD5 Algorithm class."""
3232
def __init__(self, s=None):

0 commit comments

Comments
 (0)