mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01: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.