Skip to content

Commit e0a9a4f

Browse files
author
Thinh Nguyen
authored
Update __init__.py
1 parent c2f8aea commit e0a9a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def get_logger(name):
1111
log.setLevel(os.getenv('LOGLEVEL', 'INFO'))
1212
return log
1313

14-
import ephys_acute as ephys
14+
from . import ephys_acute as ephys

0 commit comments

Comments
 (0)