mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
run black isort
This commit is contained in:
parent
695c0cb7d8
commit
26199d5239
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ class TelegramEventObserver:
|
|||
Handler will be called when all its filters are pass.
|
||||
"""
|
||||
for handler in self.handlers:
|
||||
kwargs['handler'] = handler
|
||||
kwargs["handler"] = handler
|
||||
result, data = await handler.check(event, **kwargs)
|
||||
if result:
|
||||
kwargs.update(data)
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ from aiogram.methods import (
|
|||
UnpinChatMessage,
|
||||
)
|
||||
from aiogram.types import (
|
||||
UNSET_PARSE_MODE,
|
||||
Animation,
|
||||
Audio,
|
||||
Chat,
|
||||
|
|
@ -75,7 +76,6 @@ from aiogram.types import (
|
|||
VideoNote,
|
||||
Voice,
|
||||
WebAppData,
|
||||
UNSET_PARSE_MODE,
|
||||
)
|
||||
from aiogram.types.message import ContentType, Message
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue