aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-12-03 16:21:17 -0600
committerFrederick Muriuki Muriithi2024-12-03 16:22:11 -0600
commitcb171851416f7f895ccf8bc582b8b6995c71e4d0 (patch)
tree9cdf165d38036e5f92b3f8c90c8cfb660fcc7b1b /uploader/phenotypes
parenta7accfc7883b77a16e8609cf6153354b4ad941ec (diff)
downloadgn-uploader-cb171851416f7f895ccf8bc582b8b6995c71e4d0.tar.gz
Fix some linting and mypy issues.
Diffstat (limited to 'uploader/phenotypes')
-rw-r--r--uploader/phenotypes/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 74de3ea..9d1c024 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -3,7 +3,6 @@ import sys
import uuid
import json
from pathlib import Path
-from typing import Union
from functools import wraps
from logging import INFO, ERROR, DEBUG, FATAL, CRITICAL, WARNING