Skip to content

Commit b629032

Browse files
committed
lint
1 parent b5af010 commit b629032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datadog_lambda/api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ def get_api_key() -> str:
7676
try:
7777
secrets_region = DD_API_KEY_SECRET_ARN.split(":")[3]
7878
except Exception as e:
79-
logger.debug("Invalid secret arn in DD_API_KEY_SECRET_ARN. Unable to get API key.")
79+
logger.debug(
80+
"Invalid secret arn in DD_API_KEY_SECRET_ARN. Unable to get API key."
81+
)
8082
return ""
8183
endpoint_url = (
8284
f"https://secretsmanager-fips.{secrets_region}.amazonaws.com"

0 commit comments

Comments
 (0)