Closed
Description
I checked our dependencies, and we still have to wait for suitable NetCDF4 binaries (but they are already in preparation, NetCDF4 issue 1370). Hence, the following to-do list is only preliminary:
- Use the
|
operator instead oftyping.Union
(see PEP 604). - Clean up ugly multi-line
with
statements like this one by using parentheses (see Python issue 56991)