remove un-used imports

This commit is contained in:
Abhi
2025-06-04 11:46:10 +05:30
parent cd20455bc3
commit 5ff07200a3

View File

@@ -15,8 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
from pyrogram import Client, filters from pyrogram import Client, filters
from pyrogram.errors import FloodWait from pyrogram.raw import functions
from pyrogram.raw import functions, types
from pyrogram.types import Message from pyrogram.types import Message
from utils.misc import modules_help, prefix from utils.misc import modules_help, prefix