refactor: remove commented out code

It is recommended to remove any commented code in your codebase.
This commit is contained in:
deepsource-autofix[bot]
2024-05-01 16:53:53 +00:00
committed by Abhi
parent ba975a324b
commit 9d8f823ad7

View File

@@ -14,12 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# import json
# from html import escape as t
from time import perf_counter
from typing import AsyncGenerator, List, Optional, Union
# from pyrogram.errors.exceptions.flood_420 import FloodWait
from pyrogram import Client, enums, filters, raw, types, utils
from pyrogram.types.object import Object