mirror of
https://github.com/github/codeql.git
synced 2026-06-17 02:41:08 +02:00
6 lines
54 B
Python
6 lines
54 B
Python
|
|
x = 1
|
|
|
|
import main # $ Alert[py/cyclic-import]
|
|
|
|
y = 2 |