PEP fixes

This commit is contained in:
Philip Ridout 2016-11-11 21:28:11 +00:00
parent 80793f9412
commit 9f90b89076

View File

@ -64,7 +64,7 @@ class TestSearchEdit(TestCase, TestMixin):
self.addCleanup(settings_patcher.stop) self.addCleanup(settings_patcher.stop)
self.mocked_settings = settings_patcher.start() self.mocked_settings = settings_patcher.start()
self.search_edit = SearchEdit(self.main_window,'settings_section') self.search_edit = SearchEdit(self.main_window, 'settings_section')
# To complete set up we have to set the search types. # To complete set up we have to set the search types.
self.search_edit.set_search_types(SEARCH_TYPES) self.search_edit.set_search_types(SEARCH_TYPES)