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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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