Fix incorrect type checking in KeyboardBuilder (#674)

* Fix incorrect type checking in KeyboardBuilder

* Add a patch note

* Update CHANGES/674.bugfix

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Daniil Kovalenko 2021-08-27 18:36:03 +07:00 committed by GitHub
parent 18a93aab60
commit 7c0e229301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
CHANGES/674.bugfix Normal file
View file

@ -0,0 +1 @@
Fixed incorrect type checking in the :class:`aiogram.utils.keyboard.KeyboardBuilder`