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 3110e46 commit 074cda8Copy full SHA for 074cda8
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,
@@ -39,7 +39,7 @@ def get_boto_client(
39
logging.error("Failed to get {0} client.".format(client))
40
return None
41
42
- # do not explicitly set any parmas as None
+ # do not explicitly set any params as None
43
config_params = dict(
44
max_pool_connections=max_pool_connections,
45
connect_timeout=connect_timeout,
0 commit comments