Files
codeql/python/ql/lib/change-notes/2026-03-11-fix-unresolved-relative-imports.md
2026-03-12 13:29:24 +00:00

234 B

category
category
fix
  • 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.