Skip to content

Commit 20ca630

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2d21dc8 commit 20ca630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_io/readers/visium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def visium(
253253
rgb=None,
254254
)
255255

256-
return SpatialData(images=images, shapes=shapes, tables={'table': table})
256+
return SpatialData(images=images, shapes=shapes, tables={"table": table})
257257

258258

259259
def _read_image(image_file: Path, imread_kwargs: dict[str, Any]) -> Any:

0 commit comments

Comments
 (0)