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:
@@ -3,9 +3,9 @@ import itertools
|
||||
import typing
|
||||
import warnings
|
||||
|
||||
from .. import errors, hints, _tl
|
||||
from .._misc import helpers, utils, requestiter
|
||||
from .._misc import helpers, utils, requestiter, hints
|
||||
from ..types import _custom
|
||||
from .. import errors, _tl
|
||||
|
||||
_MAX_CHUNK_SIZE = 100
|
||||
|
||||
|
Reference in New Issue
Block a user