Skip to content

Commit

Permalink
Removes TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Feb 6, 2024
1 parent e4f0374 commit 3b1224c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/backends/h5netcdf_.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ def open_dataset( # type: ignore[override] # allow LSP violation, not supporti
)
return ds

# TODO [MHS, 01/23/2024] This is duplicative of the netcdf4 code in an ugly way.
def open_datatree(
self,
filename_or_obj: str | os.PathLike[Any] | BufferedIOBase | AbstractDataStore,
Expand Down

0 comments on commit 3b1224c

Please sign in to comment.