mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small whitespace fix
This commit is contained in:
parent
6b1c7d3b36
commit
5bbb36372a
1 changed files with 1 additions and 1 deletions
|
|
@ -556,8 +556,8 @@ class ExceptionsFilter(BoundFilter):
|
|||
except:
|
||||
return False
|
||||
|
||||
class IDFilter(Filter):
|
||||
|
||||
class IDFilter(Filter):
|
||||
def __init__(self,
|
||||
user_id: Optional[ChatIDArgumentType] = None,
|
||||
chat_id: Optional[ChatIDArgumentType] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue