Skip to content

Commit 4122c20

Browse files
authored
Merge pull request #134 from bee-san/api
2 parents 3f67191 + 4e98bfe commit 4122c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pywhat/regex_identifier.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def check(
6363
reg["Description"] = children.get("entry", "") + ", ".join(
6464
matched_children
6565
)
66+
reg.pop("Children", None)
6667

6768
matches.append(
6869
{

0 commit comments

Comments
 (0)