Remove unnecessary pass statements (GH-27103)

This commit is contained in:
Elisha Hollander 2021-07-13 16:02:30 +03:00 committed by GitHub
parent 9c3eaf88dc
commit 62d55a4d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -220,7 +220,6 @@ def reduce_tree(node, parent=None):
else:
#TODO: handle {min, max} repeaters
raise NotImplementedError
pass
#add children
if details_node and new_node is not None: