urinieto / msaf

Music Structure Analysis Framework
MIT License
501 stars 79 forks source link

Group imports by standard library, third-party packages, first-party modules #144

Closed carlthome closed 1 year ago

carlthome commented 1 year ago

Very minor style change (so just close this if not interesting) but a common convention is to group imports by standard library, third-party and first-party. isort is convenient for automatically doing that. I've run that across the repo in this PR.

urinieto commented 1 year ago

Perfect. I've been using isort for a while, so I'm all for this PR. Thanks!