mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Use relative imports always where possible
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import telethon.helpers as utils
|
||||
from telethon.utils import BinaryReader, BinaryWriter
|
||||
from .. import helpers as utils
|
||||
from ..utils import BinaryReader, BinaryWriter
|
||||
|
||||
|
||||
class AuthKey:
|
||||
|
Reference in New Issue
Block a user