Skip to content

Commit 2be1f08

Browse files
committed
Fix import
1 parent b6b39c0 commit 2be1f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/ephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55
import inspect
66
import importlib
7-
import element_data_loader
7+
import element_data_loader.utils
88

99
from .readers import spikeglx, kilosort, openephys
1010
from . import probe

0 commit comments

Comments
 (0)