Skip to content

Commit

Permalink
reformatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
jguides committed Nov 26, 2024
1 parent fac1ee0 commit 8df32d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spyglass/utils/dj_helper_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ def fetch_nwb(query_expression, nwb_master, *attrs, **kwargs):

ret = []
for rec_dict in rec_dicts:
nwbf, io = get_nwb_file(rec_dict.pop("nwb2load_filepath"), return_io=True)
nwbf, io = get_nwb_file(
rec_dict.pop("nwb2load_filepath"), return_io=True
)
# for each attr that contains substring 'object_id', store key-value: attr name to NWB object
# remove '_object_id' from attr name
nwb_objs = {
Expand Down

0 comments on commit 8df32d7

Please sign in to comment.