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
|
@ -10,7 +10,7 @@ import pmb.export
|
|||
from pmb.core import Chroot, ChrootType
|
||||
|
||||
|
||||
def frontend(args: PmbArgs): # FIXME: ARGS_REFACTOR
|
||||
def frontend(args: PmbArgs) -> None: # FIXME: ARGS_REFACTOR
|
||||
config = get_context().config
|
||||
# Create the export folder
|
||||
target = args.export_folder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue