forked from openlp/openlp
PEP Fixes
This commit is contained in:
parent
a3146d7a2c
commit
fc9ed3bc2c
@ -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()):
|
||||
|
Loading…
Reference in New Issue
Block a user