Ignore import-error
This commit is contained in:
parent
edf39c1640
commit
b5e10cb3a2
|
@ -127,7 +127,8 @@ disable=print-statement,
|
||||||
next-method-defined,
|
next-method-defined,
|
||||||
dict-items-not-iterating,
|
dict-items-not-iterating,
|
||||||
dict-keys-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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue