Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
be1a8c4
1
Parent(s):
60a1ab3
Looks good
Browse files- Powers/utils/string.py +1 -3
Powers/utils/string.py
CHANGED
@@ -2,11 +2,9 @@ from time import time
|
|
2 |
from html import escape
|
3 |
from typing import List
|
4 |
from re import compile as compile_re
|
5 |
-
from pyrogram.types import Message, InlineKeyboardButton
|
6 |
-
|
7 |
from Powers.utils.chat_type import chattype
|
8 |
from Powers.utils.parser import escape_markdown
|
9 |
-
|
10 |
|
11 |
|
12 |
BTN_URL_REGEX = compile_re(r"(\[([^\[]+?)\]\(buttonurl:(?:/{0,2})(.+?)(:same)?\))")
|
|
|
2 |
from html import escape
|
3 |
from typing import List
|
4 |
from re import compile as compile_re
|
|
|
|
|
5 |
from Powers.utils.chat_type import chattype
|
6 |
from Powers.utils.parser import escape_markdown
|
7 |
+
from pyrogram.types import Message, InlineKeyboardButton
|
8 |
|
9 |
|
10 |
BTN_URL_REGEX = compile_re(r"(\[([^\[]+?)\]\(buttonurl:(?:/{0,2})(.+?)(:same)?\))")
|