Skip to content

Commit

Permalink
Format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 31, 2024
1 parent b59ffbb commit e1a10c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neetcode/Neetcode_150/Group_Anagrams/Group_Anagrams.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Neetcode
class Solution:
def groupAnagrams(self, strs: List[str]) -> List[List[str]]:
pass
pass

0 comments on commit e1a10c3

Please sign in to comment.