From e3b9bfab9d99324e491e92a3f18a1562bb69ceeb Mon Sep 17 00:00:00 2001 From: Jimmy Charnley Kromann Date: Sun, 24 Nov 2024 09:22:26 +0100 Subject: [PATCH] Run format --- tests/test_main.py | 2 +- tests/test_reorder_print.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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