Skip to content
Snippets Groups Projects
Commit 18a2ec4f authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

fix mypy issue

parent 5063872f
No related branches found
No related tags found
1 merge request!5Create python module
Pipeline #19331 passed
......@@ -11,7 +11,7 @@ def _save_dataset(
dset: xr.Dataset, file_name: Path, encoding: Dict[str, Any], engine: str
) -> None: ...
def _rechunk_dataset(dset: xr.Dataset) -> Tuple[xr.Dataset, Dict[str, Any]]: ...
def rechunk_dataset(dset: xr.Dataset) -> xr.dataset: ...
def rechunk_dataset(dset: xr.Dataset) -> xr.Dataset: ...
def rechunk_netcdf_file(
input_path: os.PathLike,
output_path: Optional[os.PathLike] = ...,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment