From 3b1224c484f1ffd4cb565e70c998db1b3136ab5b Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Tue, 6 Feb 2024 09:32:21 -0700 Subject: [PATCH] Removes TODO comment --- xarray/backends/h5netcdf_.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xarray/backends/h5netcdf_.py b/xarray/backends/h5netcdf_.py index 27da5477a74..b7c1b2a5f03 100644 --- a/xarray/backends/h5netcdf_.py +++ b/xarray/backends/h5netcdf_.py @@ -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,