Skip to content

Commit 144b691

Browse files
.
1 parent 49b1a5b commit 144b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class LangchainIntegration(Integration):
7878
origin = f"auto.ai.{identifier}"
7979

8080
def __init__(self, include_prompts=True, max_spans=None):
81-
# type: (LangchainIntegration, bool, int) -> None
81+
# type: (LangchainIntegration, bool, Optional[int]) -> None
8282
self.include_prompts = include_prompts
8383
self.max_spans = max_spans
8484

0 commit comments

Comments
 (0)