forked from Mirror/pmbootstrap
pmb: Add lots of type hints (MR 2464)
This commit is contained in:
parent
d05d57b37e
commit
225d8b30a0
71 changed files with 566 additions and 325 deletions
|
@ -9,7 +9,7 @@ from pmb.types import PmbArgs
|
|||
from pmb.core.context import get_context
|
||||
|
||||
|
||||
def print_status_line(key: str, value: str):
|
||||
def print_status_line(key: str, value: str) -> None:
|
||||
styles = pmb.config.styles
|
||||
key = f"{styles['GREEN']}{key}{styles['END']}:"
|
||||
padding = 17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue