mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Remove unused regex pattern
This commit is contained in:
parent
11b240937d
commit
3e5421f55f
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ from . import utils
|
||||||
|
|
||||||
|
|
||||||
class HTML:
|
class HTML:
|
||||||
SMP_RE = re.compile(r"[\U00010000-\U0010FFFF]")
|
|
||||||
HTML_RE = re.compile(r"<(\w+)(?: href=\"(.*)\")?>(.*)</\1>")
|
HTML_RE = re.compile(r"<(\w+)(?: href=\"(.*)\")?>(.*)</\1>")
|
||||||
MENTION_RE = re.compile(r"tg://user\?id=(\d+)")
|
MENTION_RE = re.compile(r"tg://user\?id=(\d+)")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue