From c2342850b1231ab3971b0057093f1512a33a350e Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 3 Aug 2024 21:26:09 +0100 Subject: [PATCH] whyfetch: remove an import i need to make sure i save more --- whyfetch/system_properties.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/whyfetch/system_properties.py b/whyfetch/system_properties.py index 81b02c8..46124f5 100644 --- a/whyfetch/system_properties.py +++ b/whyfetch/system_properties.py @@ -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