views: remove unused variable partition_text

master
Alejandro Sirgo Rica 2025-02-10 13:08:08 +01:00
parent d840e4af37
commit 4616e3dcf5
1 changed files with 0 additions and 3 deletions

View File

@ -2489,9 +2489,6 @@ def action_image_update():
continue
partition_value = f"{part.get('disk')} {part.get('partition')} {part.get('code')}"
partition_text = f"Disk {part.get('disk')} | Partition {part.get('partition')} "
f"| {PART_TYPE_CODES.get(part.get('code'), 'UNKNOWN')} "
f"{FS_CODES.get(part.get('filesystem'), 'UNKNOWN')}"
form.os.choices.append(
(partition_value,