diff --git a/.pylintrc b/.pylintrc index c27897b..567845c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -452,7 +452,8 @@ disable=raw-checker-failed, invalid-overridden-method, unsupported-binary-operation, attribute-defined-outside-init, - duplicate-code + duplicate-code, + import-error # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option