2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Remove unused regex pattern

This commit is contained in:
Dan 2018-01-23 18:16:46 +01:00
parent 11b240937d
commit 3e5421f55f

View File

@ -31,7 +31,6 @@ from . import utils
class HTML:
SMP_RE = re.compile(r"[\U00010000-\U0010FFFF]")
HTML_RE = re.compile(r"<(\w+)(?: href=\"(.*)\")?>(.*)</\1>")
MENTION_RE = re.compile(r"tg://user\?id=(\d+)")