diff --git a/propka/atom.py b/propka/atom.py index cb1d0ff..2e92bbe 100644 --- a/propka/atom.py +++ b/propka/atom.py @@ -138,8 +138,6 @@ class Atom(object): def get_bonded_heavy_atoms(self): """Get the atoms bonded to this one that aren't hydrogen. - TODO - this could be a @property attribute/method - Returns: list of atoms. """