mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-03 07:45:14 +00:00
Remove unused regex pattern
This commit is contained in:
@@ -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+)")
|
||||
|
||||
|
Reference in New Issue
Block a user