remove that line

This commit is contained in:
Khaleel Al-Adhami 2025-02-22 10:21:04 -08:00
parent 35ad1c9d73
commit 9179cbe7c8

View File

@ -1968,7 +1968,6 @@ def get_cpu_info() -> CpuInfo | None:
)
except Exception as err:
console.error(f"Failed to retrieve CPU info. {err}")
raise typer.Exit(1) from err # TODO: REMOVE THIS AFTER MAKING SURE IT WORKS
return None
return (