chore: remove useless-suppression (#33549)

This commit is contained in:
Beto Dealmeida
2025-05-21 14:11:58 -04:00
committed by GitHub
parent 950a3313d8
commit c03964dc5f
5 changed files with 18 additions and 19 deletions

View File

@@ -92,7 +92,7 @@ class ExecuteSqlCommand(BaseCommand):
pass
@transaction()
def run( # pylint: disable=too-many-statements,useless-suppression
def run(
self,
) -> CommandResult:
"""Runs arbitrary sql and returns data as json"""