We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a309ed commit d788408Copy full SHA for d788408
src/aws_encryption_sdk/caches/__init__.py
@@ -143,6 +143,7 @@ class CryptoMaterialsCacheEntryHints(object):
143
144
@attr.s(hash=False)
145
class CryptoMaterialsCacheEntry(object):
146
+ # pylint: disable=too-many-instance-attributes
147
"""Value and metadata store for cryptographic materials cache entries.
148
149
:param bytes cache_key: Identifier for entries in cache
src/aws_encryption_sdk/structures.py
@@ -20,6 +20,7 @@
20
21
@attr.s(hash=True)
22
class MessageHeader(object):
23
24
"""Deserialized message header object.
25
26
:param version: Message format version, per spec
0 commit comments