pep8 fixes

bzr-revno: 2633
This commit is contained in:
Tomas Groth 2016-05-24 12:56:51 +02:00
parent 8a6955fda1
commit 8a53e4a991
2 changed files with 0 additions and 2 deletions

View File

@ -94,7 +94,6 @@ class TestFirstTimeForm(TestCase, TestMixin):
self.assertEqual(634, size.width())
self.assertEqual(386, size.height())
def initialise_test(self):
"""
Test if we can intialise the FirstTimeForm

View File

@ -52,4 +52,3 @@ class TestGeneralTab(TestCase):
# THEN: Various member variables should be initialised
self.assertEqual(mocked_screen_list, general_tab.screens)
self.assertEqual(':/icon/openlp-logo-16x16.png', general_tab.icon_path)