Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence mypy error in AbstractRoute ctor (aio-libs#3927)
- Don't reuse variable to decomplicate logic - Silence error at return line as mypy cannot deduce that result cannot be Awaitable after the 'if'
- Loading branch information