cleaned up a comment

This commit is contained in:
Sakimori 2021-01-06 02:27:04 -05:00
parent aff7c88775
commit 2c638970de

View File

@ -103,9 +103,6 @@ class bracket(object):
self.depth += 1 self.depth += 1
return self.dive(branch[0]), self.dive(branch[1]) return self.dive(branch[0]), self.dive(branch[1])
#def set_winners(self, branch, winners_list):
#new_bracket =
def set_winners_dive(self, winners_list, index = 0, branch = None, parent = None): def set_winners_dive(self, winners_list, index = 0, branch = None, parent = None):
if branch is None: if branch is None:
branch = self.this_bracket.copy() branch = self.this_bracket.copy()