Skip to content

Commit 3a08423

Browse files
committed
hopefully modified to skip my long line correctly
1 parent e325abf commit 3a08423

File tree

1 file changed

+1
-1
lines changed
  • aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test-opentelemetry-instrumentation-langchain-v2

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test-opentelemetry-instrumentation-langchain-v2/test_callback_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def mock_create_span(run_id, parent_run_id, name, kind, metadata):
182182

183183
with patch(
184184
# pylint: disable=no-self-use
185-
"amazon.opentelemetry.distro.opentelemetry.instrumentation.langchain_v2.callback_handler._set_span_attribute"
185+
"amazon.opentelemetry.distro.opentelemetry.instrumentation.langchain_v2.callback_handler._set_span_attribute" # noqa: E501
186186
) as mock_set_attribute:
187187
with patch.object(self.handler, "_end_span"):
188188
self.handler.on_llm_end(response=response, run_id=self.run_id, parent_run_id=self.parent_run_id)

0 commit comments

Comments
 (0)