Skip to content

Commit 3398277

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ab15af7 commit 3398277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/group_anagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def group_anagrams(strs:list[str]) -> list[list[str]]:
1313
res(key.append(word)) #fixed syntax
1414
return list(res.values()) #fixed function call
1515
if __name__ == "__main__"
16-
print(group_anagrams["eat","tea","tan","ate","nat","bat"])
16+
print(group_anagrams["eat","tea","tan","ate","nat","bat"])

0 commit comments

Comments
 (0)