Closed carlthome closed 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.
isort
Perfect. I've been using isort for a while, so I'm all for this PR. Thanks!
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.