Skip to content

Commit 03b3bf9

Browse files
committed
Edited docstring again
1 parent 3d2dad1 commit 03b3bf9

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

src/aws_encryption_sdk/keyring/base.py

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

1515

1616
class Keyring(object):
17-
"""Parent interface for Keyring classes.
18-
"""
17+
"""Parent interface for Keyring classes."""
1918

2019
def on_encrypt(self, encryption_materials):
2120
"""Generates a data key and encrypts it using all wrapping keys the Keyring is associated with.

0 commit comments

Comments
 (0)