From a492489a35b8da91a10cf672a68800593f418bee Mon Sep 17 00:00:00 2001 From: Rowland Creed Date: Sat, 29 Jul 2023 00:35:52 +0200 Subject: [PATCH] [InputDevice] remove unused imports --- lib/python/Components/InputDevice.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/python/Components/InputDevice.py b/lib/python/Components/InputDevice.py index 554945e27e6..998c3a04c99 100644 --- a/lib/python/Components/InputDevice.py +++ b/lib/python/Components/InputDevice.py @@ -1,11 +1,9 @@ -from os import close, listdir, O_NONBLOCK, O_RDWR, open as os_open, path, write +from os import close, listdir, O_RDWR, open as os_open, path, write from fcntl import ioctl import platform import struct -import errno -import xml.etree.cElementTree from enigma import eRCInput -from keyids import KEYIDS, KEYIDNAMES +from keyids import KEYIDNAMES from boxbranding import getBrandOEM from Components.config import config, ConfigInteger, ConfigSlider, ConfigSubsection, ConfigText, ConfigYesNo