Skip to content

Commit c1e3cd7

Browse files
Improve warn_on_args_to_kwargs
1 parent cec63cf commit c1e3cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fury/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def wrapper(*args, **kwargs):
219219
func.__name__, func.__name__, func_params_sample
220220
),
221221
UserWarning,
222-
stacklevel=3,
222+
stacklevel=2,
223223
)
224224

225225
# if the current version of fury is less than from_version,

0 commit comments

Comments
 (0)