Is PyLint outdated? Many time shows irrelevant error

PyLint Error

  • I was using the serializers class from rest_framework package, even the package does contain the serialzers 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

Вернуться на верх