Skip to content

Commit d0c6797

Browse files
JaerongAThinh Nguyen
andauthored
Update element_array_ephys/plotting/widget.py
Co-authored-by: Thinh Nguyen <thinh@vathes.com>
1 parent 69b2796 commit d0c6797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/plotting/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from skimage import io
99

1010

11-
def ephys_widget(ephys: Module) -> widgets:
11+
def main(ephys: Module) -> widgets:
1212

1313
# Build dropdown widgets
1414
probe_dropdown_wg = widgets.Dropdown(

0 commit comments

Comments
 (0)