Merge pull request #695 from github/primetheus/pylint-import-error

added import-error to the pylint disable rules
This commit is contained in:
Lukas Gravley 2020-09-08 10:26:22 -05:00 committed by GitHub
commit 134cd1f032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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