Formatting

This commit is contained in:
Nicolas Mowen 2023-09-14 15:54:37 -06:00 committed by GitHub
parent 050a9ebf1b
commit cf0e3e51d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ def get_cpu_stats() -> dict[str, dict]:
def get_physical_interfaces(interfaces) -> list:
if not interfaces:
return []
with open("/proc/net/dev", "r") as file:
lines = file.readlines()