.. title: IntelliJ now warns on co-routines types. .. slug: intellij-now-warns-on-co-routines-types .. date: 2017-06-15 09:22:24 UTC-07:00 .. tags: intellij .. category: .. link: .. description: .. type: text 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.