Skip to content

Commit 17f105e

Browse files
ruaridhgdstansby
andauthored
Update src/napari_matplotlib/tests/scatter/test_scatter.py
Co-authored-by: David Stansby <dstansby@gmail.com>
1 parent 360f8f1 commit 17f105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/tests/scatter/test_scatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from copy import deepcopy
22

33
import pytest
4-
from numpy import array
4+
import numpy as np
55

66
from napari_matplotlib import ScatterWidget
77

0 commit comments

Comments
 (0)