Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jf514 committed Oct 5, 2024
1 parent c227975 commit 076eca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stac_mjx/io_dict_to_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# import os


def save(filename, dic):
"""Saves python dict.
Expand All @@ -17,7 +18,7 @@ def save(filename, dic):


def recursively_save_dict_contents_to_group(h5file, path, dic):
""" Todo fill this out."""
"""Todo fill this out."""
if isinstance(dic, dict):
iterator = dic.items()
elif isinstance(dic, list):
Expand Down

0 comments on commit 076eca3

Please sign in to comment.