This inspection detects names that should resolve but don't.
Answered
I kept getting this message on my import. How do I resolved this? I already specified the interpreter to python 3.7.
This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items.
Please sign in to leave a comment.
As I can see, it says that you don't use it. So, use `render` and it will disappear.