[check] clean unused imports

This commit is contained in:
levina 2022-02-21 15:59:01 +07:00 committed by GitHub
parent 9caf2dbfc7
commit 06b5b6c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,8 @@
""" inline section button """ """ inline section button """
from pyrogram.types import ( from pyrogram.types import (
CallbackQuery,
InlineKeyboardButton, InlineKeyboardButton,
InlineKeyboardMarkup, InlineKeyboardMarkup,
Message,
) )