Spaces:
Paused
Paused
TechiError
commited on
Commit
·
6b4ba6b
1
Parent(s):
af12f4e
Try
Browse files- pyUltroid/fns/tools.py +2 -4
pyUltroid/fns/tools.py
CHANGED
@@ -16,8 +16,9 @@ from io import BytesIO
|
|
16 |
from json.decoder import JSONDecodeError
|
17 |
from traceback import format_exc
|
18 |
|
19 |
-
from .. import
|
20 |
from ..exceptions import DependencyMissingError
|
|
|
21 |
|
22 |
try:
|
23 |
import certifi
|
@@ -40,9 +41,6 @@ except ImportError:
|
|
40 |
from telethon import Button
|
41 |
from telethon.tl.types import DocumentAttributeAudio, DocumentAttributeVideo
|
42 |
|
43 |
-
from .. import *
|
44 |
-
from .helper import bash, run_async
|
45 |
-
|
46 |
if run_as_module:
|
47 |
from ..dB.filestore_db import get_stored_msg, store_msg
|
48 |
|
|
|
16 |
from json.decoder import JSONDecodeError
|
17 |
from traceback import format_exc
|
18 |
|
19 |
+
from .. import *
|
20 |
from ..exceptions import DependencyMissingError
|
21 |
+
from .helper import bash, run_async
|
22 |
|
23 |
try:
|
24 |
import certifi
|
|
|
41 |
from telethon import Button
|
42 |
from telethon.tl.types import DocumentAttributeAudio, DocumentAttributeVideo
|
43 |
|
|
|
|
|
|
|
44 |
if run_as_module:
|
45 |
from ..dB.filestore_db import get_stored_msg, store_msg
|
46 |
|