mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-83529 Do not resolve to empty skeleton package modules
(cherry picked from commit 699b50ea5e2be24852fc1c07acb4d372e760a251) GitOrigin-RevId: 7270c13b1973eb00d88c4f7f6c71ac1a54291428
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c6222fa129
commit
3a58a09cbe
+3
@@ -0,0 +1,3 @@
|
||||
import pkg.subpkg
|
||||
|
||||
print(pkg.subpkg.Foo)
|
||||
+1
@@ -0,0 +1 @@
|
||||
from pkg.subpkg.subpkg import Foo
|
||||
+1
@@ -0,0 +1 @@
|
||||
Foo = ...
|
||||
Reference in New Issue
Block a user