Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jun 9, 2022
1 parent 6cc3e8d commit 19a4c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ def get_sql_results( # pylint: disable=too-many-arguments
return handle_query_error(ex, query, session)


def execute_sql_statement( # pylint: disable=too-many-arguments,too-many-statements
# pylint: disable=too-many-arguments,too-many-statements, too-many-locals
def execute_sql_statement(
sql_statement: str,
query: Query,
session: Session,
Expand Down

0 comments on commit 19a4c6f

Please sign in to comment.