Skip to content

Commit

Permalink
PEP8 double aggressive W291 ~ W293 and W391
Browse files Browse the repository at this point in the history
  • Loading branch information
openvix-bot committed Jan 7, 2025
1 parent 769c522 commit 575b9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,4 @@ def getConfigMenuItem(configElement):
for item in setupDom().findall("./setup/item/."):
if item.text == configElement:
return _(item.attrib["text"]), eval(configElement)
return "", None
return "", None

0 comments on commit 575b9cb

Please sign in to comment.