commit
7b76e6be35
|
|
@ -296,7 +296,7 @@ class Solution {
|
|||
}
|
||||
```
|
||||
Python:
|
||||
```py
|
||||
```python
|
||||
class Solution:
|
||||
def combinationSum2(self, candidates: List[int], target: int) -> List[List[int]]:
|
||||
res = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue