Skip to content

Commit cf6bcdf

Browse files
committed
chore: caching CMM has too many instance attributes and that's ok
1 parent b5da8aa commit cf6bcdf

File tree

1 file changed

+1
-0
lines changed
  • src/aws_encryption_sdk/materials_managers

1 file changed

+1
-0
lines changed

src/aws_encryption_sdk/materials_managers/caching.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
@attr.s(hash=False)
4141
class CachingCryptoMaterialsManager(CryptoMaterialsManager):
42+
# pylint: disable=too-many-instance-attributes
4243
"""Crypto material manager which caches results from an underlying material manager.
4344
4445
.. versionadded:: 1.3.0

0 commit comments

Comments
 (0)