From 8df32d704615d19b7167e12c3cd12a5196905361 Mon Sep 17 00:00:00 2001 From: jguides Date: Tue, 26 Nov 2024 08:06:03 -0800 Subject: [PATCH] reformatted with black --- src/spyglass/utils/dj_helper_fn.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spyglass/utils/dj_helper_fn.py b/src/spyglass/utils/dj_helper_fn.py index d7fd3b9f8..e8c60c97a 100644 --- a/src/spyglass/utils/dj_helper_fn.py +++ b/src/spyglass/utils/dj_helper_fn.py @@ -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 = {