Skip to content

Commit 1ccf791

Browse files
committed
Added docstring to public class
1 parent a81d868 commit 1ccf791

File tree

1 file changed

+2
-0
lines changed
  • src/aws_encryption_sdk/keyring

1 file changed

+2
-0
lines changed

src/aws_encryption_sdk/keyring/base.py

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515

1616
class Keyring(object):
17+
"""Parent interface for Keyring classes.
18+
"""
1719
def on_encrypt(self, encryption_materials):
1820
"""Generates a data key and encrypts it using all wrapping keys the Keyring is associated with.
1921

0 commit comments

Comments
 (0)