Fixed type

This commit is contained in:
Alex Root Junior 2021-07-29 00:12:53 +03:00
parent 62c409f60c
commit 89bffb382d

View file

@ -279,7 +279,7 @@ class InlineKeyboardBuilder(KeyboardBuilder[InlineKeyboardButton]):
super().__init__(InlineKeyboardButton)
class ReplyKeyboardBuilder(KeyboardBuilder[InlineKeyboardButton]):
class ReplyKeyboardBuilder(KeyboardBuilder[KeyboardButton]):
if TYPE_CHECKING: # pragma: no cover
@no_type_check