We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f67191 + 4e98bfe commit 4122c20Copy full SHA for 4122c20
pywhat/regex_identifier.py
@@ -63,6 +63,7 @@ def check(
63
reg["Description"] = children.get("entry", "") + ", ".join(
64
matched_children
65
)
66
+ reg.pop("Children", None)
67
68
matches.append(
69
{
0 commit comments