diff --git a/slpkg/dialog_box.py b/slpkg/dialog_box.py index 977140e5..23d59efd 100644 --- a/slpkg/dialog_box.py +++ b/slpkg/dialog_box.py @@ -31,7 +31,6 @@ class DialogBox(Configs): code, tags = self.d.checklist(text=text, choices=choices, title=title, height=height, width=width, list_height=list_height, help_status=True, **more_kwargs) - else: code: bool = False tags: list = packages