diff options
Diffstat (limited to 'gn3/db/case_attributes.py')
| -rw-r--r-- | gn3/db/case_attributes.py | 2 |
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. |
