cli/flash: fixup types

This commit is contained in:
Johannes Kirschbauer
2025-08-07 14:45:08 +02:00
parent 518de45d41
commit 40503306d1
2 changed files with 6 additions and 5 deletions

View File

@@ -84,8 +84,8 @@ def flash_command(args: argparse.Namespace) -> None:
return
run_machine_flash(
machine,
mode=opts.mode,
machine=machine,
mode=opts.mode, # type: ignore
disks=opts.disks,
system_config=opts.system_config,
dry_run=opts.dry_run,