Skip to content
Snippets Groups Projects
Commit 004b6dc9 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(defaults): import h5py; clean unused imports

parent 5338a634
No related branches found
No related tags found
No related merge requests found
# File with defaults for ease of use # File with defaults for ease of use
from pathlib import PosixPath
from typing import Union from typing import Union
from pathlib import PosixPath, Path
import json import h5py
def exparams_from_meta(meta: Union[dict, PosixPath, str], extras=["ph"]): def exparams_from_meta(meta: Union[dict, PosixPath, str], extras=["ph"]):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment