Skip to content

Commit f58a256

Browse files
committed
Remove empty doc string
1 parent 566d6cb commit f58a256

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

curtsies/escseqparse.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ def peel_off_esc_code(s):
132132

133133
def token_type(info):
134134
# type: (Token) -> Optional[List[Dict[Text, Union[Text, bool, None]]]]
135-
"""
136-
"""
135+
137136
if info["command"] == "m":
138137
# The default action for ESC[m is to act like ESC[0m
139138
# Ref: https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes

0 commit comments

Comments
 (0)