PY-83529 Do not resolve to empty skeleton package modules

(cherry picked from commit 699b50ea5e2be24852fc1c07acb4d372e760a251)

GitOrigin-RevId: 7270c13b1973eb00d88c4f7f6c71ac1a54291428
This commit is contained in:
Petr
2025-11-12 17:28:36 +00:00
committed by intellij-monorepo-bot
parent c6222fa129
commit 3a58a09cbe
14 changed files with 103 additions and 25 deletions
@@ -0,0 +1,3 @@
import pkg.subpkg
print(pkg.subpkg.Foo)