From b6361ba4e30193d15b2b647af9bd2bc1a58bf93b Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 7 Aug 2019 14:00:56 +0100 Subject: Remove extraneous space --- src/utils/irc/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/utils/irc/__init__.py b/src/utils/irc/__init__.py index b141beab..0584d7c1 100644 --- a/src/utils/irc/__init__.py +++ b/src/utils/irc/__init__.py @@ -79,7 +79,6 @@ def parse_line(line: str) -> IRCLine.ParsedLine: return IRCLine.ParsedLine(command, args, source, tags) - REGEX_COLOR = re.compile("%s(?:(\d{1,2})(?:,(\d{1,2}))?)?" % utils.consts.COLOR) def color(s: str, foreground: utils.consts.IRCColor, -- cgit v1.3.1-10-gc9f91