summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/flake8/bad.py
blob: 9d9751c7eb97e6a4ba63d89f88b3fa3ae51f08fe (plain)
1
2
3
4
5
# Unused import
import distutils

print("This is a line that is over 80 characters but under 100. It shouldn't fail.")
print("This is a line that is over not only 80, but 100 characters. It should most certainly cause a failure.")