Default to isort's import sort logic (#691)

This commit is contained in:
Charlie Marsh 2022-11-11 22:41:39 -05:00 committed by GitHub
parent 048a13c795
commit 558883299a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 231 additions and 122 deletions

View file

@ -1,5 +1,6 @@
pub mod builtins;
pub mod future;
pub mod keyword;
pub mod string;
pub mod sys;
pub mod typing;