Remove excess newline

This commit is contained in:
Richard Neumann 2021-08-20 18:16:45 +02:00
parent 61947ab944
commit a5a56728f1
1 changed files with 0 additions and 1 deletions

View File

@ -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: