diff --git a/tests/test_main.py b/tests/test_main.py index d11d9e6..a09bb01 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -5,7 +5,7 @@ from context import RESOURCE_PATH, call_main import rmsd as rmsdlib -from rmsd.calculate_rmsd import get_coordinates_pdb, get_coordinates_xyz, get_coordinates_xyz_lines +from rmsd.calculate_rmsd import get_coordinates_xyz_lines def test_print_reflection_reorder() -> None: diff --git a/tests/test_reorder_print.py b/tests/test_reorder_print.py index f152f13..e1b9764 100644 --- a/tests/test_reorder_print.py +++ b/tests/test_reorder_print.py @@ -1,5 +1,5 @@ import numpy as np -from context import RESOURCE_PATH, call_main +from context import RESOURCE_PATH import rmsd as rmsdlib from rmsd import get_coordinates_xyz, get_coordinates_xyz_lines