| category | fix |
|---|
- Fixed the resolution of relative imports such as
from . import helperinside namespace packages (directories without an__init__.pyfile), which previously did not work correctly, leading to missing flow.
| category | fix |
|---|
from . import helper inside namespace packages (directories without an __init__.py file), which previously did not work correctly, leading to missing flow.