From 69a369c17f7d221388f9c6ad37aa1bbe0d4fb122 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sat, 23 May 2020 09:29:24 -0700 Subject: [PATCH] Remove suggestion for @property method. Addresses https://github.com/jensengroup/propka-3.1/pull/33#discussion_r429112013 --- propka/atom.py | 2 -- 1 file changed, 2 deletions(-) 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. """