fix: pass valid SQL to SM (#27464)

This commit is contained in:
Beto Dealmeida
2024-03-18 15:38:58 -04:00
committed by GitHub
parent 36fd3c0bf8
commit 376bfd05bd
4 changed files with 57 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class CreateMixin: # pylint: disable=too-few-public-methods
return populate_owner_list(owner_ids, default_to_user=True)
class UpdateMixin: # pylint: disable=too-few-public-methods
class UpdateMixin:
@staticmethod
def populate_owners(owner_ids: Optional[list[int]] = None) -> list[User]:
"""