Skip to content

Commit

Permalink
Update src/napari_matplotlib/scatter.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Stansby <[email protected]>
  • Loading branch information
jo-mueller and dstansby authored Jun 26, 2023
1 parent e5cb943 commit 524fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_matplotlib/scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _get_valid_axis_keys(
else:
return self.layers[0].features.keys()

def _get_data(self) -> Tuple[List[np.ndarray], str, str]:
def _get_data(self) -> Tuple[np.ndarray, str]:
"""Get the plot data.
Returns
Expand Down

0 comments on commit 524fdbd

Please sign in to comment.