Files
ruff/resources/test/fixtures/S102.py
2022-11-12 12:04:49 -05:00

6 lines
55 B
Python

def fn():
# Error
exec('x = 2')
exec('y = 3')