mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update handler.py
This commit is contained in:
parent
8b3f0b887d
commit
8340fd494c
1 changed files with 1 additions and 1 deletions
|
|
@ -126,4 +126,4 @@ class Handler:
|
|||
class HandlerObj:
|
||||
handler: callable
|
||||
spec: inspect.FullArgSpec
|
||||
filters: Union[list, tuple, set] = None
|
||||
filters: Union[list, tuple, set, None] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue