Skip to content

Commit

Permalink
[InputDevice] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Jul 28, 2023
1 parent 9658468 commit a492489
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/python/Components/InputDevice.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a492489

Please sign in to comment.