mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
200 B
200 B
5.0.1
Bug Fixes
- 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.)