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
|
@ -6,7 +6,7 @@ import pmb.chroot.initfs
|
|||
import pmb.helpers.args
|
||||
|
||||
|
||||
def check_partition_blacklist(deviceinfo: Deviceinfo, key, value):
|
||||
def check_partition_blacklist(deviceinfo: Deviceinfo, key: str, value: str) -> None:
|
||||
if not key.startswith("$PARTITION_"):
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue