Sort relative imports by parent level descending (#856)

This commit is contained in:
Charlie Marsh
2022-11-21 13:30:24 -05:00
committed by GitHub
parent f8b49f308d
commit 7bd6db62d9
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .a import a
from ..a import a
from ..b import a
from .b import a