mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Removed extra param in docstring of TelegramEventObserver's filter method
This commit is contained in:
parent
5ec8137968
commit
b2f9d898a4
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class TelegramEventObserver:
|
|||
Register filter for all handlers of this event observer
|
||||
|
||||
:param filters: positional filters
|
||||
:param bound_filters: keyword filters
|
||||
"""
|
||||
if self._handler.filters is None:
|
||||
self._handler.filters = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue