Merge pull request #132 from Sakimori/indev

cleaned up a comment
This commit is contained in:
Sakimori 2021-01-06 02:27:37 -05:00 committed by GitHub
commit 9df80e0095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()