Skip to content

Commit

Permalink
docs: improve docstring for read and write functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeko committed Aug 12, 2024
1 parent 1840097 commit 46f9f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions niceml/experiments/experimentcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ def write_parquet(
apply_last_modified: Whether to update the last modified timestamp
saved in the experiment info to track a change in the experiment
**kwargs: additional keywords for save function
Returns:
"""
with open_location(self.fs_config) as (file_system, root_path):
write_parquet(
Expand Down

0 comments on commit 46f9f53

Please sign in to comment.