mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Fix for typing
This commit is contained in:
parent
3eab1dad41
commit
3626ee14d0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class AsciiBox(Configs):
|
||||||
self.vertical_and_left: str = '┤'
|
self.vertical_and_left: str = '┤'
|
||||||
|
|
||||||
def assign_border_color(self):
|
def assign_border_color(self):
|
||||||
self.border_colors: dict[str] = {
|
self.border_colors: dict = {
|
||||||
'red': self.red,
|
'red': self.red,
|
||||||
'blue': self.blue,
|
'blue': self.blue,
|
||||||
'cyan': self.cyan,
|
'cyan': self.cyan,
|
||||||
|
|
Loading…
Reference in a new issue