mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
4 lines
347 B
Plaintext
4 lines
347 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 |
|
|
| imports_test.py:65:1:65:40 | from module_that_does_not_exist import * | Using 'from ... import *' pollutes the namespace |
|