Skip to content

Commit d2eac39

Browse files
committed
fix linter
1 parent aa4a59f commit d2eac39

File tree

2 files changed

+2
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/sqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def on_success(self, span: Span, result: _BotoResultT):
6666
result["Messages"][0]["MessageId"],
6767
)
6868
except (IndexError, KeyError):
69-
_logger.error("Could not extract the messaging message ID")
69+
_logger.error("Could not extract the messaging message ID")

instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_sqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ def test_sqs_messaging_failed_operation(self):
133133
)
134134
self.assertEqual(
135135
span.attributes[SpanAttributes.MESSAGING_URL], "non-existing"
136-
)
136+
)

0 commit comments

Comments
 (0)