rmove unused imports

This commit is contained in:
Zaid _ 2024-06-20 17:42:32 +03:00
parent 04aea46fe4
commit 50cebcfdea

View File

@ -1,11 +1,10 @@
"""
Simple HTML -> Telegram entity parser.
"""
import struct
from collections import deque
from html import escape
from html.parser import HTMLParser
from typing import Iterable, Optional, Tuple, List
from typing import Iterable, Tuple, List
from ..helpers import add_surrogate, del_surrogate, within_surrogate, strip_text
from ..tl import TLObject