Skip to content

Commit

Permalink
Fix absolute import should be relative (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
redacted-text authored Apr 30, 2023
1 parent ce29f13 commit 9c7ac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telethon/sessions/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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
Expand Down

0 comments on commit 9c7ac3b

Please sign in to comment.