Skip to content

Commit 33b8a86

Browse files
author
iamminji
committed
Fix conflict
1 parent 9f8d43d commit 33b8a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

🤔medium/0049.Group-Anagrams /group_anagrams.py renamed to 🤔medium/0049.Group-Anagrams/group_anagrams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def groupAnagrams(self, strs: List[str]) -> List[List[str]]:
1515

1616
for k, v in d.items():
1717
result.append(v)
18-
return result
18+
return result

0 commit comments

Comments
 (0)