From 9e0a3f6bf34ff77fa0cc920cf4c51d5fbb6c29b4 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Wed, 9 Feb 2022 21:13:50 -0800 Subject: [PATCH] remove comment which doesnt make sense anymore --- my/core/structure.py | 1 - 1 file changed, 1 deletion(-) 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: