mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-15347 Optimize imports only after moved element was deleted from original file
Also I updated test data for existing test where because of sorting of imports new from-import was added *after* existing star-import (and thus star-import was indeed optimized out). As result that test didn't manage to detect the new problem.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from b import *
|
||||
from zzz import *
|
||||
|
||||
print(f())
|
||||
Reference in New Issue
Block a user