[Newm] Remove unnecessary lines
This commit is contained in:
parent
3363d9eb77
commit
ce95e15824
@ -2,7 +2,6 @@ from __future__ import annotations
|
|||||||
from typing import Callable, Any
|
from typing import Callable, Any
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import pwd
|
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
import psutil
|
import psutil
|
||||||
@ -11,7 +10,6 @@ import subprocess
|
|||||||
from newm.layout import Layout
|
from newm.layout import Layout
|
||||||
from newm.helper import BacklightManager, WobRunner, PaCtl
|
from newm.helper import BacklightManager, WobRunner, PaCtl
|
||||||
|
|
||||||
from pywm import PYWM_MOD_LOGO, PYWM_MOD_ALT
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user