Skip to content

Commit 2ae241c

Browse files
committed
merge
2 parents 62a9658 + 0a0d058 commit 2ae241c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spatialdata_plot/pl/render.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def _render_labels(
161161
ax.set_ylim(extent["y"][0], extent["y"][1])
162162

163163
for group in groups:
164-
165164
# Getting cell ids belonging to group and casting them to int for later numpy comparisons
166165
vaid_cell_ids = table[table[params["color_key"]] == group][params["instance_key"]].values
167166
vaid_cell_ids = [int(id) for id in vaid_cell_ids]

0 commit comments

Comments
 (0)