Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 10, 2023
1 parent 3d267b2 commit 12abcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dandi/cli/cmd_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def get_metadata_ls(
path, keys, errors, flatten=False, schema=None, use_fake_digest=False
):
from ..dandiset import Dandiset
from ..metadata import get_metadata, nwb2asset
from ..metadata.nwb import get_metadata, nwb2asset
from ..pynwb_utils import get_nwb_version, ignore_benign_pynwb_warnings
from ..support.digests import get_digest

Expand Down
2 changes: 1 addition & 1 deletion dandi/metadata/nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_metadata(
dict
"""

from .files import bids, dandi_file, find_bids_dataset_description
from ..files import bids, dandi_file, find_bids_dataset_description

Check notice

Code scanning / CodeQL

Cyclic import Note

Import of module
dandi.files.bids
begins an import cycle.

# when we run in parallel, these annoying warnings appear
ignore_benign_pynwb_warnings()
Expand Down

0 comments on commit 12abcbf

Please sign in to comment.