mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: remove useless-suppression (#33549)
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user