types: args.arch is optional (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-10 01:08:24 +02:00 committed by Oliver Smith
parent 6857882cf0
commit 457dfc8691
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -39,7 +39,7 @@ class PmbArgs(Namespace):
apkindex_path: Path apkindex_path: Path
aports: Optional[Path] aports: Optional[Path]
_aports_real: str _aports_real: str
arch: Arch arch: Optional[Arch]
as_root: str as_root: str
assume_yes: str assume_yes: str
auto: str auto: str