Skip to content

Commit b0d2205

Browse files
authored
Change import statement for mouse_session schema
1 parent 146c02e commit b0d2205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial_pipeline/ephys_cell_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pathlib
44

55
# import the mouse-session schema
6-
from tutorial_pipeline.mouse_session import schema, Mouse, Session
6+
from mouse_session import schema, Mouse, Session
77

88
ephys_data_dir = pathlib.Path(__file__).parent.parent
99
ephys_data_dir = ephys_data_dir / 'electrophysiology' / 'data'

0 commit comments

Comments
 (0)