Fix for typing

This commit is contained in:
Dimitris Zlatanidis 2024-03-14 19:07:59 +02:00
parent 3eab1dad41
commit 3626ee14d0

View file

@ -58,7 +58,7 @@ class AsciiBox(Configs):
self.vertical_and_left: str = ''
def assign_border_color(self):
self.border_colors: dict[str] = {
self.border_colors: dict = {
'red': self.red,
'blue': self.blue,
'cyan': self.cyan,