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