From 61cda739e0155be6694d3c3d0ccbb445a2848e23 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Wed, 22 Jan 2025 18:21:04 +0100 Subject: [PATCH] remove unused imports --- tests/study/storage/variantstudy/test_variant_study_service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/study/storage/variantstudy/test_variant_study_service.py b/tests/study/storage/variantstudy/test_variant_study_service.py index a6ced018d4..43e48a7760 100644 --- a/tests/study/storage/variantstudy/test_variant_study_service.py +++ b/tests/study/storage/variantstudy/test_variant_study_service.py @@ -12,9 +12,8 @@ import datetime import re -import typing from pathlib import Path -from unittest.mock import Mock, patch +from unittest.mock import Mock import numpy as np import pytest