summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/btm_utils.py
diff options
context:
space:
mode:
authorElisha Hollander <just4now666666@gmail.com>2021-07-13 13:02:30 (GMT)
committerGitHub <noreply@github.com>2021-07-13 13:02:30 (GMT)
commit62d55a4d11fe25e8981e27e68ba080ab47c3f590 (patch)
treec7479a58d4d82717371d474580637f98b2a741af /Lib/lib2to3/btm_utils.py
parent9c3eaf88dc5d5bed80cc45936de06b7b3162bc6d (diff)
downloadcpython-62d55a4d11fe25e8981e27e68ba080ab47c3f590.zip
cpython-62d55a4d11fe25e8981e27e68ba080ab47c3f590.tar.gz
cpython-62d55a4d11fe25e8981e27e68ba080ab47c3f590.tar.bz2
Remove unnecessary pass statements (GH-27103)
Diffstat (limited to 'Lib/lib2to3/btm_utils.py')
-rw-r--r--Lib/lib2to3/btm_utils.py1
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: