PEP Fixes

This commit is contained in:
Philip Ridout 2017-04-03 21:32:13 +01:00
parent a3146d7a2c
commit fc9ed3bc2c

View File

@ -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()):