Skip to content

Commit f51d191

Browse files
committed
flake fix
1 parent 8518489 commit f51d191

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/db.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,10 @@ def search_issue_type_summary(params: IssueTypeSummaryParams):
139139

140140
sql_count = f"SELECT COUNT(*) FROM '{s3_uri}' {where_clause}"
141141
sql_results = f"""
142-
SELECT organisation, organisation_name, dataset, issue_type, fields,
143-
count_issues, severity, responsibility FROM '{s3_uri}' {where_clause}
144-
LIMIT ? OFFSET ?"""
142+
SELECT organisation, organisation_name, dataset, issue_type, fields,
143+
count_issues, severity, responsibility FROM
144+
'{s3_uri}' {where_clause}
145+
LIMIT ? OFFSET ?"""
145146

146147
logger.debug(sql_count)
147148
logger.debug(sql_results)

0 commit comments

Comments
 (0)