We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abf1388 + 1045f30 commit bf9aef3Copy full SHA for bf9aef3
1 file changed
lib/galaxy/datatypes/binary.py
@@ -4899,9 +4899,9 @@ class SpatialData(CompressedZarrZipArchive):
4899
4900
file_ext = "spatialdata.zip"
4901
4902
- def _extract_spatialdata_info(self, filename: str) -> Dict[str, Any]:
+ def _extract_spatialdata_info(self, filename: str) -> dict[str, Any]:
4903
"""Extract information about SpatialData elements from the zarr archive."""
4904
- info: Dict[str, Any] = {
+ info: dict[str, Any] = {
4905
"images": set(),
4906
"labels": set(),
4907
"shapes": set(),
0 commit comments