Skip to content

Commit d66368c

Browse files
author
Thinh Nguyen
committed
minor bugfix
1 parent b4832ea commit d66368c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

element_array_ephys/ephys_no_curation.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
import importlib
77
from decimal import Decimal
88

9+
from element_interface.utils import find_root_directory, find_full_path, dict_to_uuid
10+
911
from .readers import spikeglx, kilosort, openephys
10-
from . import probe, find_full_path, find_root_directory, dict_to_uuid, get_logger
12+
from . import probe, get_logger
13+
1114

1215
log = get_logger(__name__)
1316

0 commit comments

Comments
 (0)