Remove property method suggestion.

Addresses https://github.com/jensengroup/propka-3.1/pull/33#discussion_r429113755
This commit is contained in:
Nathan Baker
2020-05-23 09:33:47 -07:00
parent df6d8492da
commit 120718fbd8

View File

@@ -200,8 +200,6 @@ class Atom(object):
def make_copy(self):
"""Make a copy of this atom.
TODO - this could be a property method/attribute
Returns:
Another atom object copy of this one.
"""