From fdc2ee366762259cebbc6b31cebf772e22af9c27 Mon Sep 17 00:00:00 2001 From: Tejas ///M Date: Tue, 29 Apr 2025 06:01:05 +0530 Subject: [PATCH] Update 1512.py indentation --- 1501-2000/1512.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/1501-2000/1512.py b/1501-2000/1512.py index 2fd4a2c..aadbb1e 100644 --- a/1501-2000/1512.py +++ b/1501-2000/1512.py @@ -17,11 +17,8 @@ def numIdenticalPairs(self, nums): memory[num]+=1 else: memory[num]=1 - return count - - # Bruteforce approach class Solution(object): def numIdenticalPairs(self, nums):