Remove unneeded None from Dispatcher.run_polling

This commit is contained in:
andrew000 2025-10-09 21:42:17 +03:00
parent 0575d686c6
commit 22257dfd49

View file

@ -682,4 +682,3 @@ class Dispatcher(Router):
else:
uvloop.install()
return asyncio.run(coro)
return None