From a5a56728f155f689bed5826bbd30532a56450cf3 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Fri, 20 Aug 2021 18:16:45 +0200 Subject: Remove excess newline --- archinstall/lib/hardware.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index eaf01f40..1299a6b4 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -62,7 +62,6 @@ CPUINFO = Path("/proc/cpuinfo") def cpuinfo() -> Iterator[dict[str, str]]: """Yields information about the CPUs of the system.""" - cpu = {} with CPUINFO.open() as file: -- cgit v1.2.3-70-g09d2