Files
codeql/python/ql/test/query-tests/Imports/general/ImportStarUsed.expected
2018-11-19 15:15:54 +00:00

3 lines
222 B
Plaintext

| imports_test.py:21:1:21:20 | from module import * | Using 'from ... import *' pollutes the namespace |
| imports_test.py:22:1:22:32 | from module_without_all import * | Using 'from ... import *' pollutes the namespace |