mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
2 lines
243 B
Plaintext
2 lines
243 B
Plaintext
| imports_test.py:22:1:22:32 | from module_without_all import * | Import pollutes the enclosing namespace, as the imported module $@ does not define '__all__'. | module_without_all.py:0:0:0:0 | Module module_without_all | module_without_all |
|