From 699342c89d9d24cebf357aa7b025d959b9ddea82 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 5 Mar 2017 17:07:21 +0000 Subject: [PATCH] pep8 --- tests/functional/openlp_plugins/remotes/__init__.py | 2 +- tests/interfaces/openlp_core_api/__init__.py | 2 +- tests/interfaces/openlp_core_api/test_deploy.py | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/functional/openlp_plugins/remotes/__init__.py b/tests/functional/openlp_plugins/remotes/__init__.py index 12625501f..ea62548f4 100644 --- a/tests/functional/openlp_plugins/remotes/__init__.py +++ b/tests/functional/openlp_plugins/remotes/__init__.py @@ -18,4 +18,4 @@ # You should have received a copy of the GNU General Public License along # # with this program; if not, write to the Free Software Foundation, Inc., 59 # # Temple Place, Suite 330, Boston, MA 02111-1307 USA # -############################################################################### \ No newline at end of file +############################################################################### diff --git a/tests/interfaces/openlp_core_api/__init__.py b/tests/interfaces/openlp_core_api/__init__.py index 12625501f..ea62548f4 100644 --- a/tests/interfaces/openlp_core_api/__init__.py +++ b/tests/interfaces/openlp_core_api/__init__.py @@ -18,4 +18,4 @@ # You should have received a copy of the GNU General Public License along # # with this program; if not, write to the Free Software Foundation, Inc., 59 # # Temple Place, Suite 330, Boston, MA 02111-1307 USA # -############################################################################### \ No newline at end of file +############################################################################### diff --git a/tests/interfaces/openlp_core_api/test_deploy.py b/tests/interfaces/openlp_core_api/test_deploy.py index 345b2b585..680208a07 100644 --- a/tests/interfaces/openlp_core_api/test_deploy.py +++ b/tests/interfaces/openlp_core_api/test_deploy.py @@ -81,6 +81,3 @@ class TestRemoteDeploy(TestCase, TestMixin): callback = MagicMock() callback.was_cancelled = False download_and_check(callback) - - -