Skip to content

Commit 97a2767

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pl/test_render_shapes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ def _make_multi():
8989
table = TableModel.parse(adata, region="p", region_key="region", instance_key="val")
9090
sdata.table = table
9191
sdata.pl.render_shapes(color="val", outline=True, fill_alpha=0.3).pl.show()
92-
92+
9393
def test_plot_can_color_from_geodataframe(self, sdata_blobs: SpatialData):
94-
9594
blob = sdata_blobs
9695
blob.shapes["blobs_polygons"]["value"] = [1, 10, 1, 20, 1]
9796
blob.pl.render_shapes(

0 commit comments

Comments
 (0)