mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove unnecessary pass statements (GH-27103)
This commit is contained in:
parent
9c3eaf88dc
commit
62d55a4d11
3 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue