urinieto / msaf

Music Structure Analysis Framework
MIT License
490 stars 78 forks source link

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

Closed carlthome closed 12 months ago

carlthome commented 12 months 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 12 months ago

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