whyfetch: remove an import

i need to make sure i save more
This commit is contained in:
Artur Manuel 2024-08-03 21:26:09 +01:00
commit c2342850b1
Failed to generate hash of commit

View file

@ -7,7 +7,6 @@ import pathlib
import shellingham as shelling
import time
import locale
from typing import Optional
uname = platform.uname()
svmem = psutil.virtual_memory()
@ -20,7 +19,6 @@ class Prop:
self.length = len(self.content)
pass
# OOP brainrot
class Kernel:
def __init__(self) -> None:
self.system: str = uname.system