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 shellingham as shelling
|
||||||
import time
|
import time
|
||||||
import locale
|
import locale
|
||||||
from typing import Optional
|
|
||||||
|
|
||||||
uname = platform.uname()
|
uname = platform.uname()
|
||||||
svmem = psutil.virtual_memory()
|
svmem = psutil.virtual_memory()
|
||||||
|
@ -20,7 +19,6 @@ class Prop:
|
||||||
self.length = len(self.content)
|
self.length = len(self.content)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# OOP brainrot
|
|
||||||
class Kernel:
|
class Kernel:
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
self.system: str = uname.system
|
self.system: str = uname.system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue