ignore import-error for now

This commit is contained in:
Adil Mohak 2024-10-05 02:36:33 +03:00
parent 4957751101
commit 1055e12273

View File

@ -452,7 +452,8 @@ disable=raw-checker-failed,
invalid-overridden-method, invalid-overridden-method,
unsupported-binary-operation, unsupported-binary-operation,
attribute-defined-outside-init, attribute-defined-outside-init,
duplicate-code duplicate-code,
import-error
# Enable the message, report, category or checker with the given id(s). You can # 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 # either give multiple identifier separated by comma (,) or put this option