refactor: remove commented out code
It is recommended to remove any commented code in your codebase.
This commit is contained in:
committed by
Abhi
parent
ba975a324b
commit
9d8f823ad7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user