Files
codeql/python/ql/lib/change-notes/released/7.0.4.md
2026-04-06 10:30:38 +00:00

6 lines
236 B
Markdown

## 7.0.4
### Bug Fixes
- Fixed the resolution of relative imports such as `from . import helper` inside namespace packages (directories without an `__init__.py` file), which previously did not work correctly, leading to missing flow.