Skip to content

Commit f23c237

Browse files
author
jinbeom
committed
Fix Line Breaking
1 parent 83fcb5b commit f23c237

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contains-duplicate/kayden.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ class Solution:
44
def containsDuplicate(self, nums: List[int]) -> bool:
55
unique_nums = set(nums)
66
return len(unique_nums) != len(nums)
7-

0 commit comments

Comments
 (0)