Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DataArray.to_netcdf type annotation (#3325)
It calls DataSet.to_netcdf, which returns Union[bytes, "Delayed", None]. So this should as well.
- Loading branch information