NCAS-CMS / cfunits

A Python interface to UNIDATA’s UDUNITS-2 library with CF extensions:
http://ncas-cms.github.io/cfunits
MIT License
11 stars 8 forks source link

Apply & add hook for `isort` (systematic import sorting) #33

Closed sadielbartholomew closed 3 years ago

sadielbartholomew commented 3 years ago

As per title description. No functional changes made, just automatic re-organisation of import statments. See NCAS-CMS/cf-python#63 for context: I am adding PRs now to apply isort across cfunits, cfdm and cf-python in turn.

sadielbartholomew commented 3 years ago

All tests pass locally and all of the CI jobs pass except for the ones to run the tests suite on Windows which are known failures, being addressed externally to this PR. So this is good to merge.

davidhassell commented 3 years ago

Thanks for implementing this, Sadie - a nice addition.