diff --git a/changelog.d/14519.misc b/changelog.d/14519.misc index bfae0a0138..53727c0765 100644 --- a/changelog.d/14519.misc +++ b/changelog.d/14519.misc @@ -1 +1 @@ -Enable unused-awaitable error for mypy since it is really easy to miss an async keyword. \ No newline at end of file +Have mypy report `Awaitable`s that are not `await`ed or otherwise consumed. \ No newline at end of file