Files
codeql/python/ql/test/query-tests/Imports/general/UnintentionalImport.expected
2020-08-13 10:50:28 +02:00

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 |