Skip to content

Commit 376c8c4

Browse files
Fix : Lint Error
1 parent eeb7c5f commit 376c8c4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

climbing-stairs/printjin-gmailcom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ def climbStairs(self, n: int):
66
for _ in range(3, n+1):
77
a, b = b, a + b
88
return b
9-

product-of-array-except-self/printjin-gmailcom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ def productExceptSelf(self, nums):
1111
answer[i] *= right
1212
right *= nums[i]
1313
return answer
14-

0 commit comments

Comments
 (0)