about summary refs log tree commit diff
path: root/gn3/db
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/db')
-rw-r--r--gn3/db/case_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/case_attributes.py b/gn3/db/case_attributes.py
index 421b012..a55f2d8 100644
--- a/gn3/db/case_attributes.py
+++ b/gn3/db/case_attributes.py
@@ -227,7 +227,7 @@ def get_changes(cursor, change_type: EditStatus, directory: Path) -> dict:
     }
 
 
-# pylint: disable=[too-many-locals]
+# pylint: disable=[too-many-locals, too-many-branches]
 def apply_change(cursor, change_type: EditStatus, change_id: int, directory: Path) -> bool:
     """Applies or rejects a case attribute change and updates its
     status in the audit table and LMDB.