superlint/test/linters/python_pylint/python_bad_1.py
Junya Okabe ca2a4167b8
fix: test/linters/python_*/** (#5502)
fix: revert python_isort/python_bad_1.py
2024-04-15 12:01:10 +00:00

4 lines
45 B
Python

a=1;b=2
c=a+b
BROKEN_VAR=BROKEN_VAR
print(c)