mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: add return type
This commit is contained in:
parent
b7a047a43b
commit
60c02f1522
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class ChatActionSender:
|
|||
)
|
||||
self._closed_event.set()
|
||||
|
||||
async def _initial_action(self):
|
||||
async def _initial_action(self) -> None:
|
||||
"""Process initial action.
|
||||
|
||||
If there's no initial sleep, start worker immediately.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue