summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/ruff/bad.py
blob: 0015d7e7f9d6a41d12485fe65797e1fde3c3b6fb (plain)
1
2
3
4
import distutils

if not "foo" in "foobar":
    print("oh no!")