Skip to content

Commit 10514f7

Browse files
committed
fix static checking error
1 parent 06c9c8e commit 10514f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/metrics/provider/datadog_provider_draft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Check if using layer
1616
try:
17-
from datadog_lambda.metric import lambda_metric
17+
from datadog_lambda.metric import lambda_metric # type: ignore
1818
except ImportError:
1919
lambda_metric = None
2020

0 commit comments

Comments
 (0)