Skip to content

Commit f054e22

Browse files
committed
lint again
1 parent 6d5ff78 commit f054e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_api_key() -> str:
9898
fips_endpoint = (
9999
f"https://kms-fips.{REGION}.amazonaws.com" if is_gov_region else None
100100
)
101-
kms_client = boto3.client("kms",endpoint_url=fips_endpoint)
101+
kms_client = boto3.client("kms", endpoint_url=fips_endpoint)
102102
api_key = decrypt_kms_api_key(kms_client, DD_KMS_API_KEY)
103103
else:
104104
api_key = DD_API_KEY

0 commit comments

Comments
 (0)