This helps ensure that mypy can catch places where we don't await on it, like in #18763. --------- Co-authored-by: Eric Eastwood <erice@element.io>
2 lines
101 B
Plaintext
2 lines
101 B
Plaintext
Make `Clock.sleep(..)` return a coroutine, so that mypy can catch places where we don't await on it.
|