Removed missed comment.

This commit is contained in:
Nathan Baker
2020-05-23 15:51:47 -07:00
parent 5ed77a7cf6
commit 5afc5d511a

View File

@@ -136,7 +136,6 @@ class BondMaker:
if atom2.name == 'C': if atom2.name == 'C':
self.make_bond(atom1, atom2) self.make_bond(atom1, atom2)
# TODO - stopped here.
def connect_backbone(self, residue1, residue2): def connect_backbone(self, residue1, residue2):
"""Sets up bonds in the backbone """Sets up bonds in the backbone