selftests/unit/test_utils_service.py: ignore newer pylint E1136
The E1136 (unsubscriptable-object) error on pylint is described as
being "emitted when a subscripted value doesn't support subscription
(i.e. doesn't define __getitem__ method or __class_getitem__ for a
class)".
But that is not the case here, so assuming it's a false positive,
let's ignore this check.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录