mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove unneeded None from Dispatcher.run_polling
This commit is contained in:
parent
0575d686c6
commit
22257dfd49
1 changed files with 0 additions and 1 deletions
|
|
@ -682,4 +682,3 @@ class Dispatcher(Router):
|
|||
else:
|
||||
uvloop.install()
|
||||
return asyncio.run(coro)
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue