Skip to content

Commit

Permalink
[InfoBarGenerics] Move PiPSetup import before InfoBarPiP class
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 6, 2023
1 parent 108eb0b commit b140b6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/python/Screens/InfoBarGenerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2685,9 +2685,6 @@ def __init__(self):
}, description=_("Open the movie list"))


from Screens.PiPSetup import PiPSetup # noqa: E402


class ExtensionsList(ChoiceBox):
def __init__(self, session, clist, keys, refresh_list):
ChoiceBox.__init__(self, session, title=_("Please choose an extension..."), list=clist, keys=keys, skin_name="ExtensionsList", reorderConfig="extension_order", windowTitle=_("Extensions menu"))
Expand Down Expand Up @@ -3018,6 +3015,8 @@ def JobViewCB(self, in_background):

# depends on InfoBarExtensions

from Screens.PiPSetup import PiPSetup # noqa: E402


class InfoBarPiP:
def __init__(self):
Expand Down

0 comments on commit b140b6f

Please sign in to comment.