Skip to content

Commit 304f4b9

Browse files
committed
lint
1 parent f8aad4e commit 304f4b9

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
@@ -75,7 +75,7 @@ def get_api_key() -> str:
7575
# Secrets manager endpoints: https://docs.aws.amazon.com/general/latest/gr/asm.html
7676
try:
7777
secrets_region = DD_API_KEY_SECRET_ARN.split(":")[3]
78-
except Exception as e:
78+
except Exception as _:
7979
logger.debug(
8080
"Invalid secret arn in DD_API_KEY_SECRET_ARN. Unable to get API key."
8181
)

0 commit comments

Comments
 (0)