PEP Fixes

This commit is contained in:
Philip Ridout 2017-04-03 21:32:13 +01:00
parent a3146d7a2c
commit fc9ed3bc2c
1 changed files with 1 additions and 1 deletions

View File

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