This commit is contained in:
Aria Desires 2025-11-10 20:13:19 -05:00
parent 260edcff57
commit b159d43670
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ reveal_type(mypackage.nested.X) # revealed: Unknown
### In Non-Stub
`from mypackage.submodule import nested` in an `__init__.py` only creates `submodule` and `nested`.
`from mypackage.submodule import nested` in an `__init__.py` creates both `submodule` and `nested`.
`mypackage/__init__.py`: