mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Fix absolute import should be relative (#4101)
This commit is contained in:
parent
ce29f13606
commit
9c7ac3b210
|
@ -2,7 +2,7 @@ import datetime
|
|||
import os
|
||||
import time
|
||||
|
||||
from telethon.tl import types
|
||||
from ..tl import types
|
||||
from .memory import MemorySession, _SentFileType
|
||||
from .. import utils
|
||||
from ..crypto import AuthKey
|
||||
|
|
Loading…
Reference in New Issue
Block a user