Skip to content

Commit 563693a

Browse files
committed
fix unused parameter xenium
1 parent c83bef7 commit 563693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_io/readers/xenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def xenium(
258258
labels_name="nucleus_labels",
259259
labels_models_kwargs=labels_models_kwargs,
260260
cells_zarr=cells_zarr,
261-
cell_id_str=cells_zarr_cell_id_str,
261+
cell_id_str=None,
262262
)
263263
if cells_labels:
264264
labels["cell_labels"], cell_labels_indices_mapping = _get_labels_and_indices_mapping(

0 commit comments

Comments
 (0)