Remove extraneous space
This commit is contained in:
parent
97f5c92438
commit
b6361ba4e3
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue