mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fixed for typing
This commit is contained in:
parent
b304d10db9
commit
39bf5db2ff
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class Dependees(Configs):
|
|||
if not dependees:
|
||||
print(f"{'':>1}{self.cyan}No dependees{self.endc}")
|
||||
|
||||
def view_the_main_package(self, pkg):
|
||||
def view_the_main_package(self, pkg: str) -> None:
|
||||
print(f'{self.byellow}{pkg}{self.endc}')
|
||||
print(f"{'':>1}{self.llc}{self.hl}", end='')
|
||||
|
||||
|
|
Loading…
Reference in a new issue