From 50060d3d5a06c6c6c2382db58e70a95857e3a5f8 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 2 Jul 2025 15:38:26 +0300 Subject: Fix mypy. Signed-off-by: Munyoki Kilyungi --- gn3/db/case_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/db/case_attributes.py') diff --git a/gn3/db/case_attributes.py b/gn3/db/case_attributes.py index 07b7bdb..e49fe5d 100644 --- a/gn3/db/case_attributes.py +++ b/gn3/db/case_attributes.py @@ -107,7 +107,7 @@ def __fetch_case_attrs_changes__(cursor, change_ids: tuple) -> list: """ if not change_ids: - return {} + return {} # type:ignore placeholders = ','.join(['%s'] * len(change_ids)) cursor.execute( "SELECT editor, json_diff_data, time_stamp " -- cgit 1.4.1