mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
3 lines
222 B
Plaintext
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 |
|