Skip to content

Commit

Permalink
suppress lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Nov 18, 2024
1 parent 0e526df commit feb36ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onadata/apps/viewer/models/parsed_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def exclude_deleting_submissions_clause(xform_id: int) -> tuple[str, list[int]]:
return (f"id NOT IN ({placeholders})", instance_ids)


# pylint: disable=too-many-locals
def build_sql_where(xform, query, start=None, end=None):
"""Build SQL WHERE clause"""
known_integers = [
Expand Down

0 comments on commit feb36ed

Please sign in to comment.