Skip to content

Commit 29e6e9b

Browse files
committed
Keeping consistency with main
1 parent 227a33a commit 29e6e9b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: src/napari_matplotlib/scatter.py

-8
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ class ScatterWidget(ScatterBaseWidget):
7575
of a scatter plot, to avoid too many scatter points.
7676
"""
7777

78-
def __init__(
79-
self,
80-
napari_viewer: napari.viewer.Viewer,
81-
parent: Optional[QWidget] = None,
82-
):
83-
super().__init__(napari_viewer, parent=parent)
84-
self.update_layers(None)
85-
8678
n_layers_input = Interval(2, 2)
8779
input_layer_types = (napari.layers.Image,)
8880

0 commit comments

Comments
 (0)