mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed type
This commit is contained in:
parent
62c409f60c
commit
89bffb382d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue