```py async def foo() -> int: ... # error: Function `foo` is declared `async`, but doesn't `await` or use `async` features. ``` this is a stub for a function that returns `Coroutine[Any, Any, int]`. removing the `async` will result in an incorrect return type