From 99e2a72029908b4c70838dc096f1a666271d4f7c Mon Sep 17 00:00:00 2001 From: Markus Johansson Date: Tue, 14 Jan 2025 16:04:16 +0100 Subject: [PATCH] Fixed tests --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 4d3f94c..27f00f1 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -5,7 +5,7 @@ import pytest from click.testing import CliRunner -from prp.cli import add_igv_annotation_track, annotate_delly, create_cdm_input, parse, cdm +from prp.cli import add_igv_annotation_track, annotate_delly, parse, cdm from prp.models import PipelineResult