diff options
| author | Munyoki Kilyungi | 2025-07-03 14:54:56 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2025-07-07 07:58:31 +0300 |
| commit | 50d4a81ef969604fb15d25d275722bd987a316be (patch) | |
| tree | 9e25a820af7a7f204583c5eab7923de859e9629c /gn3/db/case_attributes.py | |
| parent | a807ad047e3fbe315955f745cb6248d132e2ca3f (diff) | |
| download | genenetwork3-50d4a81ef969604fb15d25d275722bd987a316be.tar.gz | |
Ignore pylint rule.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
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. |
