Skip to content

Commit

Permalink
black tardis/io/util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Sep 24, 2024
1 parent cddac77 commit 003f7bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tardis/io/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,7 @@ def to_hdf(
If the HDF file path already exists, whether to overwrite it or not
"""
self.collection = collection
super().to_hdf(
file_path_or_buf, path, name, overwrite
)
super().to_hdf(file_path_or_buf, path, name, overwrite)


@lru_cache(maxsize=None)
Expand Down

0 comments on commit 003f7bd

Please sign in to comment.