[Newm] Remove unnecessary lines

This commit is contained in:
Lucien Cartier-Tilet 2022-11-23 17:52:15 +01:00
parent 3363d9eb77
commit ce95e15824
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 2 deletions

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__)