mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
198 B
198 B
category
| category |
|---|
| fix |
- Fixed a bug in the Python extractor's import handling where failing to find an import in
find_modulewould cause aKeyErrorto be raised. (Contributed by @akoeplinger.)