Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 24, 2024
1 parent 0080fd3 commit e3b9bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reorder_print.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3b9bfa

Please sign in to comment.