This commit is contained in:
Maw-Fox 2022-11-11 17:50:23 -07:00
parent c12cbfced3
commit 925eacf374
1 changed files with 0 additions and 2 deletions

View File

@ -282,8 +282,6 @@ class ImageStore:
def __valid_file(self, f) -> bool:
return self.validator.validate(f)
# iterator returns images as PIL images and their index in the store
def entries_iterator(self) -> Generator[Tuple[Img, int], None, None]:
for f in range(len(self)):