Skip to content

Commit 9e192f0

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/napari_clusters_plotter/_tests/test_sample_data.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
@pytest.mark.parametrize(
55
"sample_data_function",
6-
["bbbc1", "cells3d_curvatures", "tgmm_mini", "skan_skeleton", "granule_compression_vectors"],
6+
[
7+
"bbbc1",
8+
"cells3d_curvatures",
9+
"tgmm_mini",
10+
"skan_skeleton",
11+
"granule_compression_vectors",
12+
],
713
)
814
def test_bbbc_1_sample_data(make_napari_viewer, sample_data_function):
915

0 commit comments

Comments
 (0)