From 51444866c2567121981bdd055ace0a5d3a21129b Mon Sep 17 00:00:00 2001 From: Tony Whalley Date: Sat, 10 Feb 2024 10:27:16 +0100 Subject: [PATCH] [VideoMode] - remove unused import (cherry picked from commit 6abe95e5004caacf0248c01ac71240fe83524c75) (cherry picked from commit cc5504fce17e2b185857f3043ad302a582a487db) --- lib/python/Screens/VideoMode.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/python/Screens/VideoMode.py b/lib/python/Screens/VideoMode.py index 4a5ce2d41b..e445d915b9 100644 --- a/lib/python/Screens/VideoMode.py +++ b/lib/python/Screens/VideoMode.py @@ -1,5 +1,3 @@ -from enigma import eAVSwitch - from Components.AVSwitch import iAVSwitch as iAV from Components.config import config, getConfigListEntry from Components.SystemInfo import SystemInfo