diff --git a/sdk/python/.pylintrc b/sdk/python/.pylintrc index 306d8ad18..e84c0b26e 100644 --- a/sdk/python/.pylintrc +++ b/sdk/python/.pylintrc @@ -152,7 +152,8 @@ disable=print-statement, fixme, broad-except, no-self-use, - unused-import + unused-import, + unsubscriptable-object # Enable the message, report, category or checker with the given id(s). You can