mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Preserve qualified import style of usages for moved element
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import a
|
||||
from b import f
|
||||
import b
|
||||
|
||||
|
||||
def main():
|
||||
print(f(42))
|
||||
print(b.f(42))
|
||||
|
||||
Reference in New Issue
Block a user