mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Use relative imports always where possible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
|
||||
import telethon.helpers as utils
|
||||
from telethon.utils import BinaryWriter
|
||||
from .. import helpers as utils
|
||||
from ..utils import BinaryWriter
|
||||
|
||||
|
||||
class RSAServerKey:
|
||||
|
Reference in New Issue
Block a user