Skip to content

Commit 85078d0

Browse files
committed
CheckStyle Fix
1 parent fa9e523 commit 85078d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_metric_attributes_span_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def generate_metric_attribute_map_side_effect(span, resource):
327327
)
328328

329329
def __configure_mock_for_export_with_multiple_side_effect(
330-
self, span_data_mocks: [ReadableSpan], metric_attributes_list: [Attributes]
330+
self, span_data_mocks: [ReadableSpan], metric_attributes_list: [Attributes]
331331
):
332332
attributes_map_list: list = []
333333
for span in span_data_mocks:

0 commit comments

Comments
 (0)