Skip to content

Commit

Permalink
[ChoiceBox] pep noise
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 7, 2023
1 parent 2a427d4 commit dad3f73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/python/Screens/ChoiceBox.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@


class ChoiceBox(Screen):
def __init__(self, session, title="", list=None, keys=None, selection=0, skin_name=None, text="", reorderConfig="",
windowTitle=None, var="", callbackList=None):
def __init__(self, session, title="", list=None, keys=None, selection=0, skin_name=None, text="", reorderConfig="", windowTitle=None, var="", callbackList=None):
# list is in the format (<display text>, [<parameters to pass to close callback>,])
# callbackList is in the format (<display text>, <callback func>, [<parameters>,])
self.isCallbackList = bool(callbackList)
Expand Down

0 comments on commit dad3f73

Please sign in to comment.