Skip to content

Commit 782a4a5

Browse files
committed
adjust imports in __init__ and nwb.py
1 parent 2beb41b commit 782a4a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

element_array_ephys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def get_logger(name):
1313

1414

1515
# ephys_acute as default
16-
import ephys_acute as ephys
16+
import element_array_ephys.ephys_acute as ephys

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from spikeinterface import extractors
1414
from tqdm import tqdm
1515

16-
from .. import probe, ephys_acute, ephys_chronic, ephys_no_curation
16+
from ... import probe, ephys_acute, ephys_chronic, ephys_no_curation
1717

1818
assert probe.schema.is_activated(), 'probe not yet activated'
1919

0 commit comments

Comments
 (0)