Skip to content

Commit

Permalink
docs: corrected from_pickle returns type
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-moss committed Nov 13, 2023
1 parent 2db8d6b commit bfd0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport_performance/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def from_pickle(path: Union[str, pathlib.Path]) -> object:
Returns
-------
Any
object
Object in pickle file. Must have a ".pkl" or ".pickle" file extension.
Raises
Expand Down

0 comments on commit bfd0b0c

Please sign in to comment.