From cb171851416f7f895ccf8bc582b8b6995c71e4d0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 3 Dec 2024 16:21:17 -0600 Subject: Fix some linting and mypy issues. --- uploader/phenotypes/views.py | 1 - 1 file changed, 1 deletion(-) (limited to 'uploader/phenotypes') 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 -- cgit v1.2.3