Skip to content

Commit

Permalink
fix flake8 error for commit 7a50b18
Browse files Browse the repository at this point in the history
  • Loading branch information
manikBS committed Aug 6, 2023
1 parent 7a50b18 commit e75f875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def apply_auto_limit(self, query_text, should_apply_auto_limit):
if self.query_is_select_no_limit(last_query):
queries[-1] = self.add_limit_to_query(last_query)
return combine_sql_statements(queries)


class BaseHTTPQueryRunner(BaseQueryRunner):
should_annotate_query = False
Expand Down

0 comments on commit e75f875

Please sign in to comment.