Skip to content

Commit

Permalink
Removed unused protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 23, 2024
1 parent 098a480 commit 04dc65c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions rmsd/calculate_rmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,22 +335,6 @@ def __call__(
... # pragma: no cover


class RotationCallable(Protocol):
def __call__(
self,
P: ndarray,
Q: ndarray,
**kwargs: Any,
) -> ndarray:
"""
Protocol for a rotation callable function
return:
rotation matrix
"""
... # pragma: no cover


def str_atom(atom: int) -> str:
"""
Convert atom type from integer to string
Expand Down

0 comments on commit 04dc65c

Please sign in to comment.