mirror of
https://github.com/github/codeql.git
synced 2026-06-17 02:41:08 +02:00
4 lines
81 B
Python
4 lines
81 B
Python
import module1 # $ Alert[py/cyclic-import]
|
|
|
|
class Foo(object):
|
|
a = module1.a1 |