mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix style
This commit is contained in:
parent
2cfb7f3934
commit
68b58b5809
1 changed files with 1 additions and 2 deletions
|
|
@ -114,8 +114,7 @@ class Router:
|
|||
|
||||
if observer:
|
||||
return await observer.wrap_outer_middleware(_wrapped, event=event, data=kwargs)
|
||||
else:
|
||||
return await _wrapped(event, **kwargs)
|
||||
return await _wrapped(event, **kwargs)
|
||||
|
||||
async def _propagate_event(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue