whyfetch: remove an import
i need to make sure i save more
This commit is contained in:
parent
f56733efc2
commit
c2342850b1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue