mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for typing
This commit is contained in:
parent
0ebbf650c2
commit
4408aaa719
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Utilities:
|
|||
|
||||
return ''
|
||||
|
||||
def all_installed(self):
|
||||
def all_installed(self) -> list:
|
||||
""" Return all installed SBo packages from /val/log/packages folder. """
|
||||
installed = []
|
||||
pattern = f'*{self.configs.sbo_repo_tag}'
|
||||
|
|
Loading…
Add table
Reference in a new issue