From 3ee9df96aeee18617e79c064c715a7aa3668eb8c Mon Sep 17 00:00:00 2001 From: Phill Date: Sat, 4 May 2019 19:25:59 +0100 Subject: [PATCH] PEP8 --- openlp/core/lib/mediamanageritem.py | 1 - openlp/core/ui/servicemanager.py | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index 0511eeb16..876b70da2 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -29,7 +29,6 @@ from PyQt5 import QtCore, QtWidgets from openlp.core.common.i18n import UiStrings, translate from openlp.core.common.mixins import RegistryProperties -from openlp.core.common.path import path_to_str, str_to_path from openlp.core.common.registry import Registry from openlp.core.common.settings import Settings from openlp.core.lib import ServiceItemContext diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 3858e1f48..b18f2f9d8 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -38,7 +38,7 @@ from openlp.core.common.applocation import AppLocation from openlp.core.common.i18n import UiStrings, format_time, translate from openlp.core.common.json import OpenLPJsonDecoder, OpenLPJsonEncoder from openlp.core.common.mixins import LogMixin, RegistryProperties -from openlp.core.common.path import Path, str_to_path +from openlp.core.common.path import Path from openlp.core.common.registry import Registry, RegistryBase from openlp.core.common.settings import Settings from openlp.core.lib import build_icon @@ -433,8 +433,8 @@ class ServiceManager(QtWidgets.QWidget, RegistryBase, Ui_ServiceManager, LogMixi def on_load_service_clicked(self, checked): """ Handle the `fileOpenItem` action - - :param bool checked: Not used. + + :param bool checked: Not used. :rtype: None """ self.load_service()