diff options
Diffstat (limited to 'Lib/lib2to3/btm_utils.py')
-rw-r--r-- | Lib/lib2to3/btm_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib2to3/btm_utils.py b/Lib/lib2to3/btm_utils.py index ff76ba3..b61afdb 100644 --- a/Lib/lib2to3/btm_utils.py +++ b/Lib/lib2to3/btm_utils.py @@ -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: |