We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f8aea commit e0a9a4fCopy full SHA for e0a9a4f
element_array_ephys/__init__.py
@@ -11,4 +11,4 @@ def get_logger(name):
11
log.setLevel(os.getenv('LOGLEVEL', 'INFO'))
12
return log
13
14
-import ephys_acute as ephys
+from . import ephys_acute as ephys
0 commit comments