Fix some syntax

This commit is contained in:
GeoffreyCoulaud
2023-07-20 10:35:07 +02:00
parent 7f576d1bd3
commit 0df123975c

View File

@@ -191,8 +191,7 @@ class StoreSubSource(SubSource):
:raises InvalidInstalledFileError: on initial call if the installed file is bad
"""
self.installed_app_names = self.get_installed_app_names()
# TODO check that this syntax works
yield from super()
yield from super().__iter__()
class SideloadIterable(SubSource):