IntelliJ now warns on co-routines types.
When using Python3's async-await, not awaiting on coroutines was one of the common mistakes, I was making. I discovered that newer version of IntelliJ added a warning for it, so that it can spotted when you are writing the code itself.