From 2f73159b95190f10dcc0f8b47f93d582b8f66e92 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 8 Apr 2020 14:20:33 +0100 Subject: remove now-unused vars --- src/utils/irc.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/utils') diff --git a/src/utils/irc.py b/src/utils/irc.py index 44ebc062..f93f61ed 100644 --- a/src/utils/irc.py +++ b/src/utils/irc.py @@ -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) -- cgit v1.3.1-10-gc9f91