lint
This commit is contained in:
parent
6e17b041f1
commit
7cfc4e4a37
1 changed files with 1 additions and 3 deletions
|
|
@ -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:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue