mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 18:59:33 +00:00
Fix some modules were public when they should not have been
This commit is contained in:
@@ -7,7 +7,8 @@ from html import escape
|
||||
from html.parser import HTMLParser
|
||||
from typing import Iterable, Optional, Tuple, List
|
||||
|
||||
from .. import helpers, _tl
|
||||
from .._misc import helpers
|
||||
from .. import _tl
|
||||
|
||||
|
||||
# Helpers from markdown.py
|
||||
|
Reference in New Issue
Block a user