Skip to content

Commit 997b17e

Browse files
committed
clean up
1 parent 924261d commit 997b17e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

xcube_eopf/prodhandlers/sentinel2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,3 @@ def _create_empty_dataset(
736736
ds[key].attrs["long_name"] = _LONG_NAME_TRANSLATION[key]
737737

738738
return ds
739-
740-
741-
def _create_empty_data(dtype, shape, chunks):
742-
return da.full(shape, fill_value=np.nan, dtype=dtype, chunks=chunks)

0 commit comments

Comments
 (0)