mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Fix import in markdown parser not being relative
This commit is contained in:
parent
01f55200f2
commit
9767774147
|
@ -5,7 +5,7 @@ since they seem to count as two characters and it's a bit strange.
|
|||
"""
|
||||
import re
|
||||
|
||||
from telethon.tl import TLObject
|
||||
from ..tl import TLObject
|
||||
|
||||
from ..tl.types import (
|
||||
MessageEntityBold, MessageEntityItalic, MessageEntityCode,
|
||||
|
|
Loading…
Reference in New Issue
Block a user