mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix imports
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import datetime
|
||||
import typing
|
||||
|
||||
from . import helpers, _tl
|
||||
from . import helpers
|
||||
from .. import _tl
|
||||
from .._tl import custom
|
||||
|
||||
Phone = str
|
||||
Username = str
|
||||
|
Reference in New Issue
Block a user