Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added add_periodic_callback coroutine typing
The `add_periodic_callback` method only had the `Callable` type hint while it also supports asyncio functions. This adds that type hint so `pyright` won't complain anymore :)
- Loading branch information