chore(ci): bump pylint to 2.10.2 (#16463)

This commit is contained in:
Ville Brofeldt
2021-08-26 20:30:41 +03:00
committed by GitHub
parent 577ede4b12
commit ac1d779a30
26 changed files with 36 additions and 39 deletions

View File

@@ -69,7 +69,7 @@ class UpdateDatabaseCommand(BaseCommand):
return database
def validate(self) -> None:
exceptions: List[ValidationError] = list()
exceptions: List[ValidationError] = []
# Validate/populate model exists
self._model = DatabaseDAO.find_by_id(self._model_id)
if not self._model: