diff --git a/coalib/tests/output/printers/ConsolePrinterTest.py b/coalib/tests/output/printers/ConsolePrinterTest.py index fad404bf2c..8af22743bf 100644 --- a/coalib/tests/output/printers/ConsolePrinterTest.py +++ b/coalib/tests/output/printers/ConsolePrinterTest.py @@ -30,8 +30,8 @@ def test_pickling(self): obj = pickle.load(f) self.assertIsInstance(obj, ConsolePrinter) - obj.print("test") # print will use the output param, - # this will ensure that the printer is valid + obj.print("test") # print will use the output param, this will ensure + # that the printer is valid os.remove(outputfile)