1# Unused import
2import distutils
3
4print("This is a line that is over 80 characters but under 100. It shouldn't fail.")
5print("This is a line that is over not only 80, but 100 characters. It should also not cause a failure.")
6