Skip to content

Commit 524fdbd

Browse files
jo-muellerdstansby
andauthored
Update src/napari_matplotlib/scatter.py
Co-authored-by: David Stansby <[email protected]>
1 parent e5cb943 commit 524fdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/scatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def _get_valid_axis_keys(
288288
else:
289289
return self.layers[0].features.keys()
290290

291-
def _get_data(self) -> Tuple[List[np.ndarray], str, str]:
291+
def _get_data(self) -> Tuple[np.ndarray, str]:
292292
"""Get the plot data.
293293
294294
Returns

0 commit comments

Comments
 (0)