Skip to content

Commit

Permalink
remove clear
Browse files Browse the repository at this point in the history
  • Loading branch information
jguides committed Nov 26, 2024
1 parent 8df32d7 commit e994297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spyglass/utils/nwb_helper_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def get_nwb_file(nwb_file_path, **kwargs):
nwbfile = io.read()
__open_nwb_files[nwb_file_path] = (io, nwbfile)

__open_nwb_files.clear()
return_io = kwargs.pop("return_io", False)
if return_io:
return nwbfile, io
Expand Down

0 comments on commit e994297

Please sign in to comment.