mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Fix some modules were public when they should not have been
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import typing
|
||||
|
||||
from .. import hints, _tl
|
||||
from ..types import _custom
|
||||
from .._misc import hints
|
||||
from .. import _tl
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from .telegramclient import TelegramClient
|
||||
|
Reference in New Issue
Block a user