Fix some modules were public when they should not have been

This commit is contained in:
Lonami Exo
2021-09-26 19:58:42 +02:00
parent a9e1a574ae
commit 197a1ca996
19 changed files with 41 additions and 31 deletions

View File

@@ -3,7 +3,8 @@ import inspect
import typing
from .users import _NOT_A_REQUEST
from .. import helpers, utils, _tl
from .._misc import helpers, utils
from .. import _tl
if typing.TYPE_CHECKING:
from .telegramclient import TelegramClient