Skip to content

Commit b49276a

Browse files
y0znot522
andauthored
Update optuna/_convert_positional_args.py
Co-authored-by: Naoto Mizuno <[email protected]>
1 parent 4212cca commit b49276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optuna/_convert_positional_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def converter_wrapper(*args: Any, **kwargs: Any) -> "_T":
8080

8181
kwargs.update(inferred_kwargs)
8282

83-
return func(**kwargs) # type: ignore
83+
return func(**kwargs) # type: ignore[call-arg]
8484

8585
return converter_wrapper
8686

0 commit comments

Comments
 (0)