mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update type hints across the codebase (#1749)
* Update type hints across the codebase * Added changelog record
This commit is contained in:
parent
dcff0f99c7
commit
0306695b61
307 changed files with 6190 additions and 6385 deletions
|
|
@ -27,7 +27,7 @@ class Filter(ABC): # noqa: B024
|
|||
|
||||
Accepts incoming event and should return boolean or dict.
|
||||
|
||||
:return: :class:`bool` or :class:`Dict[str, Any]`
|
||||
:return: :class:`bool` or :class:`dict[str, Any]`
|
||||
"""
|
||||
|
||||
def __invert__(self) -> "_InvertFilter":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue