Removed old imports

This commit is contained in:
2022-12-14 14:19:20 +01:00
parent 6b84ef3779
commit 2b09aaa7b0
7 changed files with 7 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
from app import app, isAnAdmin
from pyrogram import filters
from pyrogram.types import ChatPrivileges
from modules.utils import should_quote, find_user, configGet
from classes.holo_user import HoloUser