csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Fix for isort v5 #10

Closed mcflugen closed 4 years ago

mcflugen commented 4 years ago

This pull request removes the use of the SortImports class from isort. This was part of the old v4 api and has been removed in isort>=5.1. I've updated the code to use sort_file from the new api.