mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix some modules were public when they should not have been
This commit is contained in:
@@ -2,8 +2,9 @@ import itertools
|
||||
import re
|
||||
import typing
|
||||
|
||||
from .. import helpers, utils, _tl
|
||||
from .._misc import helpers, utils
|
||||
from ..types import _custom
|
||||
from .. import _tl
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from .telegramclient import TelegramClient
|
||||
|
Reference in New Issue
Block a user