Skip to content

Commit e302cf8

Browse files
committed
widget takes the activated ephys schema as an input
1 parent fb48db6 commit e302cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/plotting/widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
from modulefinder import Module
12
import ipywidgets as widgets
23
import pathlib
34
from IPython.display import display
45
from .. import ephys_report
5-
from .. import ephys_no_curation as ephys
66
import plotly.graph_objs as go
77
import plotly.express as px
88
from skimage import io
99

1010

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

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

0 commit comments

Comments
 (0)