Skip to content

Commit ada3cd3

Browse files
committed
fix pre-commit
1 parent 54a24a0 commit ada3cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"project": "spatialdata-io",
44
"project_url": "https://github.com/scverse/spatialdata-io",
55
"repo": ".",
6-
"branches": ["main", "xenium-labels-dask"],
6+
"branches": ["main", "xenium-labels-dask", "xenium-labels-dask-zipstore"],
77
"dvcs": "git",
88
"environment_type": "virtualenv",
99
"pythons": ["3.12"],

benchmarks/bench_xenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
from spatialdata import SpatialData
4242

43-
from spatialdata_io import xenium
43+
from spatialdata_io import xenium # type: ignore[attr-defined]
4444

4545
# =============================================================================
4646
# CONFIGURATION - Edit these paths to match your setup

0 commit comments

Comments
 (0)