Skip to content

Commit

Permalink
Revert "remove unused checkAnisous"
Browse files Browse the repository at this point in the history
This reverts commit fb67961.
  • Loading branch information
jamesmkrieger committed Nov 3, 2023
1 parent 19e9f09 commit e6f79c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prody/atomic/atomgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

from prody import LOGGER, PY2K
from prody.kdtree import KDTree
from prody.utilities import checkCoords, rangeString, getDistance, copy
from prody.utilities import (checkCoords, checkAnisous,
rangeString, getDistance, copy)

from .atomic import Atomic
from .fields import ATOMIC_FIELDS, READONLY
Expand Down

0 comments on commit e6f79c2

Please sign in to comment.