From 7363de07f7d14750c127a60259860047f6eabb2a Mon Sep 17 00:00:00 2001 From: sean-bam <34106755+sean-bam@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:59:34 -0800 Subject: [PATCH] fix import --- PyIsland/tests/fastautils/test_fastautils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyIsland/tests/fastautils/test_fastautils.py b/PyIsland/tests/fastautils/test_fastautils.py index c152589..945203c 100644 --- a/PyIsland/tests/fastautils/test_fastautils.py +++ b/PyIsland/tests/fastautils/test_fastautils.py @@ -1,6 +1,6 @@ -from PyIsland import FastaUtils +from pyIsland import FastaUtils from pathlib import Path -from PyIsland import tests +from pyIsland import tests import pytest