Skip to content

Commit f8d1674

Browse files
committed
lint
1 parent 8bbdc3d commit f8d1674

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datadog_lambda/span_pointers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def calculate_span_pointers(
3030
return _calculate_s3_span_pointers_for_event(event)
3131

3232
elif event_source.equals(EventTypes.DYNAMODB):
33-
submit_dynamodb_stream_type_metric(event) # Temporary metric. TODO eventually remove(@nhulston)
33+
submit_dynamodb_stream_type_metric(
34+
event
35+
) # Temporary metric. TODO eventually remove(@nhulston)
3436
return _calculate_dynamodb_span_pointers_for_event(event)
3537

3638
except Exception as e:

0 commit comments

Comments
 (0)