Skip to content

Commit f46df5f

Browse files
committed
docs: add docstring
1 parent dd4764a commit f46df5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aws_encryption_sdk/keyrings/aws_kms/client_suppliers.py

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class DefaultClientSupplier(ClientSupplier):
9191
)
9292

9393
def __attrs_post_init__(self):
94+
"""Set up the internal cache."""
9495
self._client_cache = ClientCache(botocore_session=self._botocore_session, client_config=self._client_config)
9596

9697
def __call__(self, region_name):

0 commit comments

Comments
 (0)