Fixed ruff formatting issue

This commit is contained in:
Anton Hvornum 2026-06-28 21:18:14 +02:00
parent b1bd273f82
commit e26c325d38
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ async def select_devices(preset: list[BDevice] | None = []) -> list[BDevice] | N
if len(devices) < 1:
await Notify(tr("No disks were detected. A disk is required to be able to install Arch Linux")).show()
return None
items = [
MenuItem(
str(d.device_info.path),