blob: 7f9121a2ba7a21ad03b2b4fba94abd1c25e64634 (
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 also not cause a failure.")
|