From cd3d8096105e046b469f9bd245018f464f13edd2 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 9 Jul 2016 11:48:23 +0100 Subject: [PATCH] fix syle --- openlp/core/api/controller.py | 1 - openlp/core/api/http/errors.py | 2 -- openlp/plugins/alerts/lib/endpoint.py | 2 +- openlp/plugins/remotes/remoteplugin.py | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/openlp/core/api/controller.py b/openlp/core/api/controller.py index 1f83db30b..ace4127c3 100644 --- a/openlp/core/api/controller.py +++ b/openlp/core/api/controller.py @@ -50,4 +50,3 @@ class ApiController(RegistryMixin, OpenLPMixin, RegistryProperties): Registry().register('poller', self.poller) self.ws_server = WebSocketServer() self.http_server = HttpServer() - diff --git a/openlp/core/api/http/errors.py b/openlp/core/api/http/errors.py index a62df3abf..9c71a072b 100644 --- a/openlp/core/api/http/errors.py +++ b/openlp/core/api/http/errors.py @@ -63,5 +63,3 @@ class ServerError(HttpError): Make this a 500 """ super(ServerError, self).__init__(500, 'Server Error') - - diff --git a/openlp/plugins/alerts/lib/endpoint.py b/openlp/plugins/alerts/lib/endpoint.py index 345311510..137c66c0d 100644 --- a/openlp/plugins/alerts/lib/endpoint.py +++ b/openlp/plugins/alerts/lib/endpoint.py @@ -60,4 +60,4 @@ def alert(request): return {'results': {'success': success}} register_endpoint(alert_endpoint) -register_endpoint(api_alert_endpoint) \ No newline at end of file +register_endpoint(api_alert_endpoint) diff --git a/openlp/plugins/remotes/remoteplugin.py b/openlp/plugins/remotes/remoteplugin.py index 566a7350d..9fcdb5c37 100644 --- a/openlp/plugins/remotes/remoteplugin.py +++ b/openlp/plugins/remotes/remoteplugin.py @@ -65,4 +65,3 @@ class RemotesPlugin(Plugin, OpenLPMixin): self.text_strings[StringContent.VisibleName] = { 'title': translate('RemotePlugin', 'Remote', 'container title') } -