Remove unused imports.

This commit is contained in:
Dr.Caduceus
2023-11-30 15:31:39 +05:30
committed by GitHub
parent 353dab5b14
commit 4237497c1b

View File

@@ -1,9 +1,7 @@
from telethon.events import NewMessage, CallbackQuery
from telethon.tl.custom import Message
from typing import Callable
from functools import wraps
from bot.config import Telegram
from bot.modules.static import *
def verify_user(private: bool = False):