remove comment which doesnt make sense anymore

This commit is contained in:
Sean Breckenridge 2022-02-09 21:13:50 -08:00
parent b2ffc20b73
commit 9e0a3f6bf3

View file

@ -132,7 +132,6 @@ def match_structure(
while len(possible_targets) > 0:
p = possible_targets.pop(0)
# factored out into a function to avoid weird stuff with continues/loop state
if _structure_exists(p, expected, partial=partial):
matches.append(p)
else: