diff --git a/aiogram/dispatcher/handler.py b/aiogram/dispatcher/handler.py index ea60d0d5..24771e92 100644 --- a/aiogram/dispatcher/handler.py +++ b/aiogram/dispatcher/handler.py @@ -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