Skip to content

Commit 35a8d68

Browse files
committed
fix line error
1 parent 41ca9be commit 35a8d68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

house-robber/daiyongg-kim.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ def rob(self, nums: List[int]) -> int:
1313
rob_prev = max_today
1414

1515
return max_today
16-

0 commit comments

Comments
 (0)