Is PyLint outdated? Many time shows irrelevant error
I was using the
serializersclass fromrest_frameworkpackage, even the package does contain theserialzersclass, The Linter shows a warning of the package not holding the class.I was expecting no Warning because the rest_framework contains the
serializersclass