diff options
author | Frederick Muriuki Muriithi | 2025-07-14 15:36:02 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-14 15:36:02 -0500 |
commit | 16c2b27d23f0cc3b1bb5aa3ff5f4ce515a54d94f (patch) | |
tree | c297259ed7296c7f33d044cf30ec6f2c45ea97b0 | |
parent | e03cc2d560c563b2e9857980277c9a50a598373b (diff) | |
download | gn-uploader-16c2b27d23f0cc3b1bb5aa3ff5f4ce515a54d94f.tar.gz |
-rw-r--r-- | uploader/phenotypes/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index 94f66a7..556b5ff 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -1,4 +1,4 @@ -"""Views handling ('classical') phenotypes.""" +"""Views handling ('classical') phenotypes."""# pylint: disable=[too-many-lines] import sys import uuid import json |