Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 10, 2023
1 parent 3d267b2 commit 5973b29
Showing 1 changed file with 1 addition and 1 deletion.
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 5973b29

Please sign in to comment.