This commit is contained in:
Jesse Bannon 2025-05-31 09:30:16 -07:00
parent 6e17b041f1
commit 7cfc4e4a37

View file

@ -259,9 +259,7 @@ class DownloadMappings:
-------
Number of entries in the mapping with this upload date
"""
return len(
[_ for _ in self._entry_mappings.values() if _.upload_date == standardized_date]
)
return len([_ for _ in self._entry_mappings.values() if _.upload_date == standardized_date])
def get_num_entries(self) -> int:
"""