Removed unused

This commit is contained in:
Dimitris Zlatanidis 2023-12-17 19:13:10 +02:00
parent 81daeac381
commit 8081437a31

View file

@ -154,7 +154,6 @@ class CheckUpdates(Configs):
print(f'> {self.bgreen}{repo:<{repo_length}}{self.endc} Last Updated: ' print(f'> {self.bgreen}{repo:<{repo_length}}{self.endc} Last Updated: '
f"'{self.repo_info.last_repository_updated(repo)}'") f"'{self.repo_info.last_repository_updated(repo)}'")
# if True not in self.compare.values():
if not any(list(compare.values())): if not any(list(compare.values())):
print(f'\n{self.endc}{self.yellow}No updated packages since the last check.{self.endc}') print(f'\n{self.endc}{self.yellow}No updated packages since the last check.{self.endc}')