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):
|
def allItems(self):
|
||||||
"""
|
"""
|
||||||
An generator to list all the items in the widget
|
An generator to list all the items in the widget
|
||||||
|
|
||||||
:return: a generator
|
:return: a generator
|
||||||
"""
|
"""
|
||||||
for row in range(self.count()):
|
for row in range(self.count()):
|
||||||
|
Loading…
Reference in New Issue
Block a user