Updated for typing

This commit is contained in:
Dimitris Zlatanidis 2023-01-14 22:11:03 +02:00
parent 0ebbf650c2
commit 4408aaa719

View file

@ -35,7 +35,7 @@ class Utilities:
return '' return ''
def all_installed(self): def all_installed(self) -> list:
""" Return all installed SBo packages from /val/log/packages folder. """ """ Return all installed SBo packages from /val/log/packages folder. """
installed = [] installed = []
pattern = f'*{self.configs.sbo_repo_tag}' pattern = f'*{self.configs.sbo_repo_tag}'