removed extra whitespace

This commit is contained in:
skinnay 2015-10-29 14:49:16 -04:00
parent 5a34fdfd0c
commit af70e783b6

View File

@ -1012,12 +1012,10 @@ class DownloadManager(QAbstractListModel):
if not self.downloads:
self._update_timer.stop()
def remove_item_delayed(self, download, delay):
"""Remove a given download after a short delay."""
QTimer.singleShot(delay, functools.partial(self.remove_item, download))
def remove_items(self, downloads):
"""Remove an iterable of downloads."""
# On the first pass, we only generate the indices so we get the