Update pylint to 2.7.3 (#48488)

* Update pylint to 2.7.3

* Add class-const-naming-style

* Remove unused-import message

* Additional cleanup
This commit is contained in:
Marc Mueller
2021-03-30 06:02:56 +02:00
committed by GitHub
parent 9a75019a65
commit 2956eb0902
170 changed files with 163 additions and 288 deletions

View File

@ -20,7 +20,6 @@ QueryType = Any
class UndefinedType(Enum):
# pylint: disable=invalid-name
"""Singleton type for use with not set sentinel values."""
_singleton = 0