From 76bbc4500a436385c6b656f648b2bbb4ef3ac368 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sat, 30 Sep 2017 23:51:49 +0100 Subject: [PATCH] Pep fixes --- openlp/plugins/songs/lib/importers/propresenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/importers/propresenter.py b/openlp/plugins/songs/lib/importers/propresenter.py index 8d757f860..582b1a6ee 100644 --- a/openlp/plugins/songs/lib/importers/propresenter.py +++ b/openlp/plugins/songs/lib/importers/propresenter.py @@ -52,7 +52,7 @@ class ProPresenterImport(SongImport): def process_song(self, root, file_path): """ - :param root: + :param root: :param openlp.core.common.path.Path file_path: Path to the file thats being imported :rtype: None """