mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
PY-34818 Suggest auto importing symbols referenced in f-strings
GitOrigin-RevId: 433bb6a1247620e994b103d0a5348b23ed642813
This commit is contained in:
committed by
intellij-monorepo-bot
parent
de78f2ee5d
commit
0fbb674a91
@@ -0,0 +1 @@
|
||||
print(f'{<error descr="Unresolved reference 'lib'">l<caret>ib</error>}')
|
||||
@@ -0,0 +1,3 @@
|
||||
import lib
|
||||
|
||||
print(f'{lib}')
|
||||
Reference in New Issue
Block a user