We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4212cca commit b49276aCopy full SHA for b49276a
optuna/_convert_positional_args.py
@@ -80,7 +80,7 @@ def converter_wrapper(*args: Any, **kwargs: Any) -> "_T":
80
81
kwargs.update(inferred_kwargs)
82
83
- return func(**kwargs) # type: ignore
+ return func(**kwargs) # type: ignore[call-arg]
84
85
return converter_wrapper
86
0 commit comments