diff --git a/TEMPLATES/.python-lint b/TEMPLATES/.python-lint index e3d9f5b5..19cc7082 100644 --- a/TEMPLATES/.python-lint +++ b/TEMPLATES/.python-lint @@ -127,7 +127,8 @@ disable=print-statement, next-method-defined, dict-items-not-iterating, dict-keys-not-iterating, - dict-values-not-iterating + dict-values-not-iterating, + 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