mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
205 B
205 B
category
| category |
|---|
| minorAnalysis |
- Fixed module resolution so we properly recognize that in
from <pkg> import *, where<pkg>is a package, the actual imports are made from the<pkg>/__init__.pyfile.