1 parent 08d6912 commit 740c96fCopy full SHA for 740c96f
2 files changed
pyrogram/api/errors/error.py
@@ -20,7 +20,6 @@
20
from importlib import import_module
21
22
from pyrogram.api.types import RpcError
23
-
24
from .exceptions.all import exceptions
25
26
pyrogram/client/client.py
@@ -24,8 +24,6 @@
from configparser import ConfigParser
from hashlib import sha256
27
-from pyrogram.extensions import Markdown
28
29
from pyrogram.api import functions, types
30
from pyrogram.api.core import Object
31
from pyrogram.api.errors import (
@@ -40,6 +38,7 @@
40
38
Dialog, Message,
41
39
InputPeerEmpty, InputPeerSelf,
42
InputPeerUser, InputPeerChat, InputPeerChannel)
+from pyrogram.extensions import Markdown
43
from pyrogram.session import Auth, Session
44
45
log = logging.getLogger(__name__)
0 commit comments