We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074cda8 commit 8070859Copy full SHA for 8070859
kmsauth/services.py
@@ -19,7 +19,7 @@ def get_boto_client(
19
connect_timeout=None,
20
read_timeout=None,
21
):
22
-"""Get a boto3 client connection."""
+ """Get a boto3 client connection."""
23
cache_key = '{0}:{1}:{2}:{3}'.format(
24
client,
25
region,
0 commit comments