Skip to content

Commit 6338daf

Browse files
committed
update import path
1 parent 4cab8c8 commit 6338daf

File tree

1 file changed

+1
-1
lines changed
  • element_array_ephys/export/nwb

1 file changed

+1
-1
lines changed

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pynwb
88
from element_session import session
99
from hdmf.backends.hdf5 import H5DataIO
10-
from nwb_conversion_tools.utils.conversion_tools import get_module
10+
from nwb_conversion_tools.utils.nwbfile_tools import get_module
1111
from nwb_conversion_tools.utils.genericdatachunkiterator import GenericDataChunkIterator
1212
from nwb_conversion_tools.utils.spikeinterfacerecordingdatachunkiterator import (
1313
SpikeInterfaceRecordingDataChunkIterator,

0 commit comments

Comments
 (0)