Skip to content

Commit 52c757a

Browse files
committed
remove lamda pylint exception
1 parent f5fec0e commit 52c757a

File tree

1 file changed

+1
-1
lines changed
  • Fruit_Jam/Fruit_Jam_Spell_Jam

1 file changed

+1
-1
lines changed

Fruit_Jam/Fruit_Jam_Spell_Jam/hmac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class HMAC:
10-
# pylint: disable=protected-access, import-outside-toplevel,unnecessary-lambda-assignment
10+
# pylint: disable=protected-access, import-outside-toplevel
1111
def __init__(self, key, msg=None, digestmod=None):
1212
if not isinstance(key, (bytes, bytearray)):
1313
raise TypeError("key: expected bytes/bytearray")

0 commit comments

Comments
 (0)