From f3ed8b71702791f4087834a838cebc2fc7679473 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 17 May 2023 23:05:59 +0300 Subject: [PATCH] Updated for coding style --- slpkg/dialog_box.py | 1 - 1 file changed, 1 deletion(-) 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