Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gili-lumigo committed Nov 13, 2022
1 parent aa4a59f commit d2eac39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def on_success(self, span: Span, result: _BotoResultT):
result["Messages"][0]["MessageId"],
)
except (IndexError, KeyError):
_logger.error("Could not extract the messaging message ID")
_logger.error("Could not extract the messaging message ID")
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def test_sqs_messaging_failed_operation(self):
)
self.assertEqual(
span.attributes[SpanAttributes.MESSAGING_URL], "non-existing"
)
)

0 comments on commit d2eac39

Please sign in to comment.