forked from goodboy/tractor
1
0
Fork 0

Appease mypy

drop_sync_funcs
Tyler Goodlet 2021-04-27 12:07:16 -04:00
parent 89ce1a63e4
commit d0eacc3fd6
1 changed files with 1 additions and 0 deletions

View File

@ -868,6 +868,7 @@ class Actor:
Schedules `.cancel()` to be run immediately just like when
cancelled by the parent.
"""
assert self._service_n
self._service_n.start_soon(self.cancel)
async def cancel(self) -> bool: