misc: pylint fix unnecessary-pass (#52222)

This commit is contained in:
Lauréline Guérin 2021-03-22 15:24:06 +01:00
parent 9d7692cbab
commit ceee15b3a1
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 0 additions and 1 deletions

View File

@ -2136,7 +2136,6 @@ class SqlDataMixin(SqlMixin):
# extra fields are tuck at the end
for i, field_id in enumerate(reversed(extra_fields)):
o.data[field_id] = row[-(i + 1)]
pass
del o._last_update_time
return o