Skip to content

Commit

Permalink
remove redefined type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Dec 18, 2024
1 parent 00bcdaf commit 8081e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/readers/fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def open_virtual_dataset(
"Cannot load variables or indexes from FITS files as there is no xarray backend engine for FITS"
)
loadable_vars: dict[str, Variable] = {}
indexes: dict[str, Index] = {}
indexes = {}

virtual_vars, attrs, coord_names = virtual_vars_and_metadata_from_kerchunk_refs(
refs,
Expand Down

0 comments on commit 8081e9a

Please sign in to comment.