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
|
@ -13,7 +13,7 @@ import pmb.helpers.file
|
|||
from pmb.core import Chroot, ChrootType
|
||||
|
||||
|
||||
def symlinks(flavor, folder: Path):
|
||||
def symlinks(flavor: str, folder: Path) -> None:
|
||||
"""
|
||||
Create convenience symlinks to the rootfs and boot files.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue