From 1e8d787b93b0a816f7d5444c4644858ac12484f8 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 15 Jan 2016 20:37:03 +0200 Subject: [PATCH] Make pep8 happy --- tests/functional/openlp_core_ui/test_mainwindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_core_ui/test_mainwindow.py b/tests/functional/openlp_core_ui/test_mainwindow.py index ba290b865..a49ded25c 100644 --- a/tests/functional/openlp_core_ui/test_mainwindow.py +++ b/tests/functional/openlp_core_ui/test_mainwindow.py @@ -189,4 +189,3 @@ class TestMainWindow(TestCase, TestMixin): # THEN: The media manager dock is made visible self.assertEqual(0, mocked_media_manager_dock.setVisible.call_count) mocked_widget.on_focus.assert_called_with() -