Skip to content

Commit 3ca0a91

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/pl/test_render_labels.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,4 @@ def test_can_plot_with_one_element_color_table(self, sdata_blobs: SpatialData):
9090
table.uns["spatialdata_attrs"]["region"] = "blobs_multiscale_labels"
9191
table = table[:, ~table.var_names.isin(["channel_0_sum"])]
9292
sdata_blobs["multi_table"] = table
93-
sdata_blobs.pl.render_labels(
94-
color=["channel_0_sum"], table_name=["table"]
95-
).pl.show()
93+
sdata_blobs.pl.render_labels(color=["channel_0_sum"], table_name=["table"]).pl.show()

0 commit comments

Comments
 (0)