Fix pylint issue with python 3.9

This commit is contained in:
Arun Prakash Jana 2020-12-29 13:54:05 +05:30
parent 3494d36f18
commit 9153f835a5
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -31,6 +31,7 @@ disable=
ungrouped-imports,
unidiomatic-typecheck,
unnecessary-lambda,
unsubscriptable-object,
unsupported-assignment-operation,
unused-argument,
unused-variable,