Skip to content

Commit 6a408bb

Browse files
committed
Fix type hints in terminal_colours.pyi
1 parent 69f140f commit 6a408bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/terminal_colours.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class AnsiCursor:
112112
class AnsiFore(AnsiCodes):
113113

114114
_stack = fore_stack
115-
_reset = ...
115+
_reset: str = ...
116116

117117
BLACK: Colour
118118
RED: Colour

0 commit comments

Comments
 (0)