1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-23 20:45:08 +03:00

types: remove unused arg

This property exists on Context but not in args. It is parsed from the
config file.

Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
Casey Connolly 2025-04-24 12:24:37 +02:00
parent 67e98549bd
commit cb055151ff

View file

@ -124,7 +124,6 @@ class PmbArgs(Namespace):
auto: bool auto: bool
autoinstall: bool autoinstall: bool
boot_size: str boot_size: str
build_default_device_arch: str
buildroot: str buildroot: str
built: bool built: bool
ccache: bool ccache: bool