Remove excess newline
This commit is contained in:
parent
61947ab944
commit
a5a56728f1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue