From fc9ed3bc2c5cc89876aba55f9edb0ab11b10f933 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Mon, 3 Apr 2017 21:32:13 +0100 Subject: [PATCH] PEP Fixes --- openlp/core/ui/lib/listwidgetwithdnd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/lib/listwidgetwithdnd.py b/openlp/core/ui/lib/listwidgetwithdnd.py index 2d7874b7a..1758d46fb 100755 --- a/openlp/core/ui/lib/listwidgetwithdnd.py +++ b/openlp/core/ui/lib/listwidgetwithdnd.py @@ -128,7 +128,7 @@ class ListWidgetWithDnD(QtWidgets.QListWidget): def allItems(self): """ An generator to list all the items in the widget - + :return: a generator """ for row in range(self.count()):