DHI / mikeio

Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
https://dhi.github.io/mikeio
BSD 3-Clause "New" or "Revised" License
138 stars 55 forks source link

Fix deprecated type hints #609

Open ecomodeller opened 11 months ago

ecomodeller commented 11 months ago

The typing module contains many aliases to collections.abc, but they are deprecated since 3.12.

https://docs.python.org/3/library/typing.html#typing.Iterable