chore: add return type

This commit is contained in:
Oleg A 2022-09-21 11:20:20 +03:00
parent b7a047a43b
commit 60c02f1522
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -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.