remove comment which doesnt make sense anymore
This commit is contained in:
parent
b2ffc20b73
commit
9e0a3f6bf3
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue