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
|
@ -42,7 +42,7 @@ def install_depends(method: str) -> None:
|
|||
pmb.chroot.apk.install(depends, Chroot.native())
|
||||
|
||||
|
||||
def init(device: str, method: str):
|
||||
def init(device: str, method: str) -> None:
|
||||
install_depends(method)
|
||||
|
||||
# Mount folders from host system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue