summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2020-12-29 13:54:05 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2020-12-29 14:01:06 +0530
commit9153f835a558f48601ed637c4fe524b24d9f2edf (patch)
tree2cd6c2db1de462a6e717d83ac9e010195ae3dd7f
parent3494d36f18897723032b6ecc7796d173ef29570b (diff)
Fix pylint issue with python 3.9v4.5
-rw-r--r--tests/.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.pylintrc b/tests/.pylintrc
index c1674d9..8e6d2aa 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,