Skip to content
Snippets Groups Projects
Commit aa2abdaf authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[libs.common.scripts.utils] Fix typing

parent 01daf20f
No related branches found
No related tags found
1 merge request!46Create common library
......@@ -267,7 +267,7 @@ def save_json_with_backup(path: pathlib.Path, data: JSONable) -> None:
def save_json_metadata(
output_file: pathlib.Path,
**kwargs: dict[str, typing.Any],
**kwargs: typing.Any,
) -> None: # numpydoc ignore=PR01
"""Save prediction hyperparameters into a .json file."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment