forked from openlp/openlp
Apparently pylint doesnt like blank lines at the end of the file. fussy.
Fixes: https://launchpad.net/bugs/1387309
This commit is contained in:
parent
ee7fb49e49
commit
0e46a05ccc
@ -202,4 +202,3 @@ class TestCommonFunctions(TestCase):
|
|||||||
|
|
||||||
# THEN: The text should have been cleaned
|
# THEN: The text should have been cleaned
|
||||||
self.assertEqual(expected_text, actual_text, 'The text should be clean')
|
self.assertEqual(expected_text, actual_text, 'The text should be clean')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user