mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
6 lines
236 B
Markdown
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.
|