From 9153f835a558f48601ed637c4fe524b24d9f2edf Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 29 Dec 2020 13:54:05 +0530 Subject: [PATCH] Fix pylint issue with python 3.9 --- tests/.pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.pylintrc b/tests/.pylintrc index c1674d92..8e6d2aab 100644 --- a/tests/.pylintrc +++ b/tests/.pylintrc @@ -31,6 +31,7 @@ disable= ungrouped-imports, unidiomatic-typecheck, unnecessary-lambda, + unsubscriptable-object, unsupported-assignment-operation, unused-argument, unused-variable,