mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Use relative imports always where possible
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
after all, both are the same attribute, IDs."""
|
||||
from mimetypes import add_type, guess_extension
|
||||
|
||||
from telethon.tl.types import (
|
||||
from ..tl.types import (
|
||||
Channel, Chat, ChatPhoto, InputPeerChannel, InputPeerChat, InputPeerUser,
|
||||
MessageMediaDocument, MessageMediaPhoto, PeerChannel, PeerChat, PeerUser,
|
||||
User, UserProfilePhoto)
|
||||
|
Reference in New Issue
Block a user