[Newm] Remove unnecessary lines

This commit is contained in:
2022-11-23 17:52:15 +01:00
parent 3363d9eb77
commit ce95e15824

View File

@@ -2,7 +2,6 @@ from __future__ import annotations
from typing import Callable, Any
import os
import pwd
import time
import logging
import psutil
@@ -11,7 +10,6 @@ import subprocess
from newm.layout import Layout
from newm.helper import BacklightManager, WobRunner, PaCtl
from pywm import PYWM_MOD_LOGO, PYWM_MOD_ALT
logger = logging.getLogger(__name__)