Skip to content

Commit

Permalink
Add return type to isconfigurable
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Augspurger <tom.augspurger88@gmail.com>
  • Loading branch information
ghidalgo3 and TomAugspurger authored Jul 18, 2024
1 parent 145960a commit c051f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/tests/test_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def vds_with_manifest_arrays() -> xr.Dataset:
return xr.Dataset({"a": (["x", "y"], arr)}, attrs={"something": 0})


def isconfigurable(value: dict):
def isconfigurable(value: dict) -> bool:
"""
Several metadata attributes in ZarrV3 use a dictionary with keys "name" : str and "configuration" : dict
"""
Expand Down

0 comments on commit c051f04

Please sign in to comment.