mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +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 = '┤'
|
||||
|
||||
def assign_border_color(self):
|
||||
self.border_colors: dict[str] = {
|
||||
self.border_colors: dict = {
|
||||
'red': self.red,
|
||||
'blue': self.blue,
|
||||
'cyan': self.cyan,
|
||||
|
|
Loading…
Reference in a new issue