mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for typing
This commit is contained in:
parent
2f2aad3c5c
commit
0ebbf650c2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class Utilities:
|
|||
time.strftime(f'[{self.cyan}%H:%M:%S{self.endc}]',
|
||||
time.gmtime(elapsed_time)))
|
||||
|
||||
def is_repo_version_bigger(self, package):
|
||||
def is_repo_version_bigger(self, package: str) -> bool:
|
||||
""" Compare two versions. """
|
||||
installed = self.is_installed(package)
|
||||
if installed:
|
||||
|
|
Loading…
Reference in a new issue