Skip to content

Commit 0db63ec

Browse files
authored
Update 132-pattern.py
1 parent 62ca74f commit 0db63ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/132-pattern.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def find132pattern(self, nums):
2626
:type nums: List[int]
2727
:rtype: bool
2828
"""
29-
result = 0
3029
for k in xrange(len(nums)):
3130
valid = False
3231
for j in xrange(k):

0 commit comments

Comments
 (0)