Skip to content

Commit 4611b16

Browse files
authored
Update 104_maxDepth.py
1 parent 349d202 commit 4611b16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree/Yu/104_maxDepth.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def maxDepth(self, root):
2727
# ********************
2828
class Solution(object):
2929
def maxDepth(self, root):
30-
3130
if not root:
3231
return 0
3332
else:

0 commit comments

Comments
 (0)