diff --git a/my/core/structure.py b/my/core/structure.py index 9142c38..dbeb69d 100644 --- a/my/core/structure.py +++ b/my/core/structure.py @@ -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: