mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
6 lines
445 B
Plaintext
6 lines
445 B
Plaintext
| imports_test.py:8:1:8:19 | Import | The module 'imports_test' imports itself. |
|
|
| pkg_notok/__init__.py:4:1:4:16 | Import | The module 'pkg_notok' imports itself. |
|
|
| pkg_notok/__init__.py:12:1:12:25 | Import | The module 'pkg_notok' imports itself. |
|
|
| pkg_notok/__init__.py:13:1:13:37 | Import | The module 'pkg_notok' imports itself. |
|
|
| pkg_notok/__init__.py:14:1:14:23 | from pkg_notok import * | The module 'pkg_notok' imports itself. |
|