We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fe55b commit 7c02e25Copy full SHA for 7c02e25
1 file changed
LeetCodeAlgorithms/3Sum.py
@@ -18,7 +18,7 @@
18
from typing import List
19
20
21
-def threeSum(nums: List[int]) -> List[List[int]]:
+def threeSum(nums: List[int]) -> List[List[int]]: # noqa
22
""" Find all pairs which follow the rule.
23
24
Notes:
0 commit comments