Fixed for typing

This commit is contained in:
Dimitris Zlatanidis 2023-05-09 17:31:52 +03:00
parent b304d10db9
commit 39bf5db2ff

View file

@ -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='')