From 177536380c233750ea9d5bd86b7d8c20e10b7083 Mon Sep 17 00:00:00 2001 From: Ivar Grytten Date: Tue, 11 Jun 2024 13:23:21 +0200 Subject: [PATCH] testfix --- 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 c2a8081c..8ba4befa 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import pytest -from mutational_starsign.cli import filter_signatures +from starsigndna.cli import filter_signatures import pytest