Skip to content

Commit

Permalink
smooth docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Nov 8, 2024
1 parent 2bc80f6 commit 91eacfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metatrain/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def load_model(
extensions_directory: Optional[Union[str, Path]] = None,
architecture_name: Optional[str] = None,
) -> Any:
"""Loads a module from an URL or a local file.
"""Load a model from an URL or a local file.
The function can load model checkpoint as well as already exported models.
Expand Down

0 comments on commit 91eacfa

Please sign in to comment.