Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-05-17 23:05:59 +03:00
parent a4c353fb6c
commit f3ed8b7170

View file

@ -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