mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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.)