Remove suggestion for @property method.

Addresses https://github.com/jensengroup/propka-3.1/pull/33#discussion_r429112013
This commit is contained in:
Nathan Baker
2020-05-23 09:29:24 -07:00
parent 4b3dee54f7
commit 69a369c17f

View File

@@ -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.
"""