remove now-unused vars
This commit is contained in:
parent
f16526c60d
commit
2f73159b95
1 changed files with 0 additions and 4 deletions
|
@ -77,10 +77,6 @@ FORMAT_STRIP = [
|
||||||
]
|
]
|
||||||
|
|
||||||
def _format_tokens(s: str) -> typing.List[str]:
|
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] = []
|
tokens: typing.List[str] = []
|
||||||
|
|
||||||
s_copy = list(s)
|
s_copy = list(s)
|
||||||
|
|
Loading…
Reference in a new issue