Skip to content

Commit

Permalink
default empty list instead of None
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Aug 28, 2024
1 parent 5196327 commit 76e2689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/readers/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def open_virtual_dataset_from_v3_store(
storepath: str,
drop_variables: list[str] = None,
drop_variables: list[str] = [],
indexes: Mapping[str, Index] | None = None,
) -> Dataset:
"""
Expand Down

0 comments on commit 76e2689

Please sign in to comment.