environmentalscience / essm

This package contains helpers to deal with physical variables and units.
https://environmentalscience.github.io/essm/
GNU General Public License v2.0
12 stars 5 forks source link

Update code to work with isort5 #89

Closed schymans closed 4 years ago

schymans commented 4 years ago

The current master requires isort version >=4, but it does not actually work with the current version 5, due to a change in function naming. This PR changes the requirement to >=5 and modifies the code to work with the newer versions of isort.