mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Remove unused regex pattern
This commit is contained in:
parent
11b240937d
commit
3e5421f55f
@ -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+)")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user