We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fec0e commit 52c757aCopy full SHA for 52c757a
Fruit_Jam/Fruit_Jam_Spell_Jam/hmac.py
@@ -7,7 +7,7 @@
7
8
9
class HMAC:
10
- # pylint: disable=protected-access, import-outside-toplevel,unnecessary-lambda-assignment
+ # pylint: disable=protected-access, import-outside-toplevel
11
def __init__(self, key, msg=None, digestmod=None):
12
if not isinstance(key, (bytes, bytearray)):
13
raise TypeError("key: expected bytes/bytearray")
0 commit comments