Fix ChatMemberHandler import in __init__.py (#751)

* Fix ChatMemberHandler import in __init__.py
This commit is contained in:
Daniil Kovalenko 2021-11-24 23:20:55 +07:00 committed by GitHub
parent 812fb87d67
commit a48a32ad16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
CHANGES/751.bugfix Normal file
View file

@ -0,0 +1 @@
Fixed: Missing ChatMemberHandler import in aiogram/dispatcher/handler