remove now-unused vars

This commit is contained in:
jesopo 2020-04-08 14:20:33 +01:00
parent f16526c60d
commit 2f73159b95

View file

@ -77,10 +77,6 @@ FORMAT_STRIP = [
]
def _format_tokens(s: str) -> typing.List[str]:
is_color = False
foreground: typing.List[str] = []
background: typing.List[str] = []
is_background = False
tokens: typing.List[str] = []
s_copy = list(s)