Skip to content

Commit

Permalink
NumericalTextInput - silence needed import - but flake8 says not used…
Browse files Browse the repository at this point in the history
… with noqa: F401
  • Loading branch information
Twol committed Oct 5, 2023
1 parent 14d5a46 commit eab3353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/Tools/NumericalTextInput.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import environ
from enigma import eTimer

from Components.Language import language # DO NOT REMOVE THIS IMPORT - NEEDED TO RESOLVE path/language/locales
# DO NOT REMOVE import language - NEEDED TO RESOLVE path/language/locales
from Components.Language import language # noqa: F401

MAP_SEARCH_UPCASE = "SearchUpper" # NOTE: Legacy interface for previous and deprecated versions of NumericalTextInput.
MAP_SEARCH = "SearchLower"
Expand Down

0 comments on commit eab3353

Please sign in to comment.