Skip to content

Commit 6966b82

Browse files
committed
typing
1 parent 5df87e0 commit 6966b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/langgraph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def _wrap_state_graph_compile(f):
102102
# type: (Callable[..., Any]) -> Callable[..., Any]
103103
@wraps(f)
104104
def new_compile(self, *args, **kwargs):
105+
# type: (Any, Any, Any) -> Any
105106
integration = sentry_sdk.get_client().get_integration(LanggraphIntegration)
106107

107108
compiled_graph = f(self, *args, **kwargs)

0 commit comments

Comments
 (0)