We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d21dc8 commit 20ca630Copy full SHA for 20ca630
src/spatialdata_io/readers/visium.py
@@ -253,7 +253,7 @@ def visium(
253
rgb=None,
254
)
255
256
- return SpatialData(images=images, shapes=shapes, tables={'table': table})
+ return SpatialData(images=images, shapes=shapes, tables={"table": table})
257
258
259
def _read_image(image_file: Path, imread_kwargs: dict[str, Any]) -> Any:
0 commit comments