Move update type detecting from Dispatcher to Update (#669)

* move update type detecting to Update

* requested changes

* fix typo

* requested changes

* add docstring

* Update CHANGES/669.misc

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

* move mypy hack to utils, add lru_cache configuration

* More accurate description of the exception, thanks @uwinx

* Update CHANGES/669.misc

Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>

* Callable import fix

Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
This commit is contained in:
darksidecat 2021-09-05 23:49:23 +03:00 committed by GitHub
parent 7c0e229301
commit 714ac8896c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 43 deletions

1
CHANGES/669.misc Normal file
View file

@ -0,0 +1 @@
Moved update type detection from Dispatcher to Update object