mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[PY-6591] use PyCodeInsightSettings.PREFER_FROM_IMPORT when moving module reference
(cherry picked from commit 2458902032ff1078689a2a641dfaa29e522148a5) IJ-MR-183300 GitOrigin-RevId: f101d8aac2ad92af83ad6716a15865238856abb7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5f559d58b0
commit
6d2db28b86
+5
@@ -0,0 +1,5 @@
|
||||
import lib.mod
|
||||
|
||||
|
||||
def usage():
|
||||
lib.mod
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
from lib import mod
|
||||
|
||||
def usage():
|
||||
mod
|
||||
Reference in New Issue
Block a user