Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit e20162d

Browse files
committed
fix: mypy Callable parametrization
1 parent d9c5af7 commit e20162d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uipath/core/tracing/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def format_args_for_trace(
126126
def set_span_input_attributes(
127127
span: Span,
128128
trace_name: str,
129-
wrapped_func: Callable,
129+
wrapped_func: Callable[..., Any],
130130
args: Any,
131131
kwargs: Any,
132132
span_type: str,

0 commit comments

Comments
 (0)