Skip to content

Commit e4d6658

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2c37d0b commit e4d6658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_clusters_plotter/_tests/test_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def create_multi_shapes_layers(n_samples: int = 100):
187187

188188
shapes1, shapes2 = [], []
189189
for i in range(len(points1.data)):
190-
# create a random shape around the point, whereas the shape
190+
# create a random shape around the point, whereas the shape
191191
# consists of the coordinates of the four corner of the rectangle
192192
y, x = points1.data[i, 2], points1.data[i, 3]
193193
w, h = np.random.randint(1, 5), np.random.randint(1, 5)

0 commit comments

Comments
 (0)