Apparently pylint doesnt like blank lines at the end of the file. fussy.

Fixes: https://launchpad.net/bugs/1387309
This commit is contained in:
Raoul Snyman 2014-10-31 22:15:44 +02:00
parent ee7fb49e49
commit 0e46a05ccc

View File

@ -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')