From 0e46a05cccfc26bc6ac3e49e210f19428a5e8134 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 31 Oct 2014 22:15:44 +0200 Subject: [PATCH] Apparently pylint doesnt like blank lines at the end of the file. fussy. Fixes: https://launchpad.net/bugs/1387309 --- tests/functional/openlp_core_common/test_common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_core_common/test_common.py b/tests/functional/openlp_core_common/test_common.py index 34231c976..bd506cb64 100644 --- a/tests/functional/openlp_core_common/test_common.py +++ b/tests/functional/openlp_core_common/test_common.py @@ -202,4 +202,3 @@ class TestCommonFunctions(TestCase): # THEN: The text should have been cleaned self.assertEqual(expected_text, actual_text, 'The text should be clean') -