diff --git a/pylintrc b/pylintrc index bd6e8a2e22b..5a1833ff305 100644 --- a/pylintrc +++ b/pylintrc @@ -346,7 +346,7 @@ mixin-class-rgx=.*MixIn # manipulated during runtime and thus existing member attributes cannot be # deduced by static analysis). It supports qualified module names, as well # as Unix pattern matching. -ignored-modules= +ignored-modules=collections.abc # List of class names for which member attributes should not be checked (useful # for classes with dynamically set attributes). This supports the use of