Skip to content

Commit 3605631

Browse files
committed
ignore
1 parent a9dc188 commit 3605631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain

instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/callback_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def on_chain_start(
7979
else:
8080
# TODO: For agent invocation
8181
self._invocation_manager.add_invocation_state(
82-
run_id, parent_run_id, None
82+
run_id, parent_run_id, None # type: ignore[arg-type]
8383
)
8484

8585
def on_chain_end(

0 commit comments

Comments
 (0)