Skip to content

Commit 1844b68

Browse files
committed
Fixed ruff
1 parent dd84573 commit 1844b68

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain

1 file changed

+1
-1
lines changed

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
@@ -56,7 +56,7 @@ def on_chat_model_start(
5656
) -> None:
5757
# Other providers/LLMs may be supported in the future and telemetry for them is skipped for now.
5858
if serialized.get("name") not in ("ChatOpenAI", "ChatBedrock"):
59-
return
59+
return
6060

6161
if "invocation_params" in kwargs:
6262
params = (

0 commit comments

Comments
 (0)