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:
@@ -9,9 +9,9 @@ from io import BytesIO
|
||||
|
||||
from .._crypto import AES
|
||||
|
||||
from .._misc import utils, helpers
|
||||
from .. import hints, _tl
|
||||
from .._misc import utils, helpers, hints
|
||||
from ..types import _custom
|
||||
from .. import _tl
|
||||
|
||||
try:
|
||||
import PIL
|
||||
|
Reference in New Issue
Block a user