Update pylint (#47205)

This commit is contained in:
Marc Mueller
2021-03-01 09:09:01 +01:00
committed by GitHub
parent cb94e7949b
commit 16dcbf1467
20 changed files with 50 additions and 52 deletions

View File

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