mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-COMMUNITY-CR-1085 Handle badly formatted imports with whitespaces before/after dots
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
from pkg.subpkg2.subsubpkg import b
|
||||
|
||||
print(b)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
from .. subpkg2 . subsubpkg import b
|
||||
|
||||
print(b)
|
||||
Reference in New Issue
Block a user