Fix a too-long line

This commit is contained in:
Adrian Sampson 2016-05-31 13:52:27 -07:00
parent 6ff7271ea0
commit 17681145c2

View file

@ -204,7 +204,8 @@ class ConvertCliTest(unittest.TestCase, TestHelper, ConvertCommand):
@_common.slow_test()
class NeverConvertLossyFilesTest(unittest.TestCase, TestHelper, ConvertCommand):
class NeverConvertLossyFilesTest(unittest.TestCase, TestHelper,
ConvertCommand):
"""Test the effect of the `never_convert_lossy_files` option.
"""