mgr/dashboard: disable unsubscriptable-object warning from pylint

see https://github.com/PyCQA/pylint/issues/3882

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-01-14 12:53:19 +08:00
parent 0fb8a988df
commit 2c3e1926de

View File

@ -123,7 +123,8 @@ disable=import-star-module-level,
relative-beyond-top-level,
raise-missing-from,
super-with-arguments,
import-outside-toplevel
import-outside-toplevel,
unsubscriptable-object
# Enable the message, report, category or checker with the given id(s). You can