From d30c1c4753e85c70f8f9e7cb741a7c9c3813f9c4 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sun, 2 Jun 2024 19:01:56 +0200 Subject: [PATCH] FileList does not need to reimplement iterfiles inherited from FileListItem --- picard/cluster.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/picard/cluster.py b/picard/cluster.py index 9b9f2ac7b..f6e1b0323 100644 --- a/picard/cluster.py +++ b/picard/cluster.py @@ -87,9 +87,6 @@ class FileList(QtCore.QObject, FileListItem): file.metadata_images_changed.connect(self.update_metadata_images) self.update_metadata_images_from_children() - def iterfiles(self, save=False): - yield from self.files - def update(self, signal=True): pass