Skip to content

Commit

Permalink
Merge pull request #1010 from dandi/quickfix
Browse files Browse the repository at this point in the history
Removing trace from previous commit
  • Loading branch information
yarikoptic authored May 12, 2022
2 parents 14030cb + f819433 commit 0016e60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dandi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from xml.dom.minidom import parseString

from dandischema import models
import h5py
import requests
import tenacity

Expand Down Expand Up @@ -127,7 +126,6 @@ def get_metadata(path: Union[str, Path]) -> Optional[dict]:
meta["bids_schema_version"] = _meta["bids_schema_version"]
meta = _rename_bids_keys(meta)
return meta
h5py.File(path)

if nwb_has_external_links(path):
raise NotImplementedError(
Expand Down

0 comments on commit 0016e60

Please sign in to comment.