Skip to content

Commit a5e8a80

Browse files
committed
Fix formatting for flake8
1 parent 468b5e7 commit a5e8a80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

datadog_lambda/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def submit_enhanced_metric(metric_name, lambda_context):
7676
"""Submits the enhanced metric with the given name
7777
7878
Args:
79-
metric_name (str): metric name w/o "aws.lambda.enhanced." prefix i.e. "invocations" or "errors"
79+
metric_name (str): metric name w/o enhanced prefix i.e. "invocations" or "errors"
8080
lambda_context (dict): Lambda context dict passed to the function by AWS
8181
"""
8282
if not are_enhanced_metrics_enabled():

datadog_lambda/tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ def get_enhanced_metrics_tags(lambda_context):
6666
get_runtime_tag(),
6767
_format_dd_lambda_layer_tag(),
6868
]
69-

0 commit comments

Comments
 (0)