Skip to content

Commit b15626c

Browse files
mypy
1 parent d0c38a2 commit b15626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/ray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _check_sentry_initialized() -> None:
3636
)
3737

3838

39-
def _insert_sentry_tracing_in_signature(func):
39+
def _insert_sentry_tracing_in_signature(func: "Callable[..., Any]") -> None:
4040
# Patching new_func signature to add the _sentry_tracing parameter to it
4141
# Ray later inspects the signature and finds the unexpected parameter otherwise
4242
signature = inspect.signature(func)

0 commit comments

Comments
 (0)