From 120718fbd8e385c5ef734b825252f1d57ea17e2c Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sat, 23 May 2020 09:33:47 -0700 Subject: [PATCH] Remove property method suggestion. Addresses https://github.com/jensengroup/propka-3.1/pull/33#discussion_r429113755 --- propka/atom.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/propka/atom.py b/propka/atom.py index c98582e..b93f051 100644 --- a/propka/atom.py +++ b/propka/atom.py @@ -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. """