Fix absolute import should be relative (#4101)

This commit is contained in:
R.T
2023-04-30 19:27:09 +03:00
committed by GitHub
parent ce29f13606
commit 9c7ac3b210

View File

@@ -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