mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-14 04:50:39 +00:00
Use relative imports always where possible
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
from telethon.tl.mtproto_request import MTProtoRequest
|
||||
from telethon.tl.session import Session
|
||||
from .mtproto_request import MTProtoRequest
|
||||
from .session import Session
|
||||
|
||||
@@ -4,7 +4,7 @@ import random
|
||||
import time
|
||||
from os.path import isfile as file_exists
|
||||
|
||||
import telethon.helpers as utils
|
||||
from .. import helpers as utils
|
||||
|
||||
|
||||
class Session:
|
||||
|
||||
Reference in New Issue
Block a user