Skip to content

Commit e537bec

Browse files
committed
fix: add lint to "Product of Array Except Self" solution
1 parent b2ffe79 commit e537bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product-of-array-except-self/shinsj4653.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def productExceptSelf(self, nums: List[int]) -> List[int]:
6868
after *= nums[i]
6969
products[i - 1] *= after
7070

71-
return products
71+
return products

0 commit comments

Comments
 (0)