Skip to content

Commit 7b0d290

Browse files
committed
allow names
1 parent 834fecc commit 7b0d290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_hashlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"""
2525
try:
2626
import hashlib
27+
# pylint: disable=invalid-name
2728
md5 = hashlib.md5
2829
sha1 = hashlib.sha1
2930
sha224 = hashlib.sha224

0 commit comments

Comments
 (0)