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 Aug 10, 2023
1 parent 25593a3 commit 1c48bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/viewer/models/parsed_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def query_count(
date_created_gte,
date_created_lte,
)
sql = f"SELECT COUNT(id) FROM logger_instance {sql_where}"
sql = f"SELECT COUNT(id) FROM logger_instance {sql_where}" # nosec

with connection.cursor() as cursor:
cursor.execute(sql, params)
Expand Down

0 comments on commit 1c48bd3

Please sign in to comment.