Skip to content

Commit c4d5f03

Browse files
ericapisaniclaude
andcommitted
ref(langchain): Remove redundant docstring from on_llm_start
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bce8be6 commit c4d5f03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/langchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ def on_llm_start(
351351
metadata: "Optional[Dict[str, Any]]" = None,
352352
**kwargs: "Any",
353353
) -> "Any":
354-
"""Run when LLM starts running."""
355354
with capture_internal_exceptions():
356355
if not run_id:
357356
return

0 commit comments

Comments
 (0)